mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-18 00:11:28 +08:00
corrections
This commit is contained in:
@@ -84,7 +84,6 @@ int main() {
|
||||
}
|
||||
|
||||
cairo_close_path(cactx);
|
||||
ang += angv;
|
||||
}
|
||||
|
||||
cairo_set_source_rgba(cactx,0,0,0,0.5);
|
||||
@@ -104,7 +103,6 @@ int main() {
|
||||
}
|
||||
|
||||
cairo_close_path(cactx);
|
||||
ang += angv;
|
||||
}
|
||||
|
||||
cairo_set_source_rgb(cactx,1.0,1.0,1.0);
|
||||
@@ -138,6 +136,8 @@ int main() {
|
||||
SDL_UpdateWindowSurface(window);
|
||||
}
|
||||
|
||||
ang += angv;
|
||||
|
||||
SDL_Delay(1000 / 30);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user