aboutsummaryrefslogtreecommitdiff
path: root/examples/balls/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/balls/main.c')
-rw-r--r--examples/balls/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/balls/main.c b/examples/balls/main.c
index 3e23fb5..ba6a391 100644
--- a/examples/balls/main.c
+++ b/examples/balls/main.c
@@ -203,8 +203,8 @@ int main(int argc, const char* argv[]) {
nextpri += sizeof(DR_TPAGE);
/* Wait for GPU and VSync */
- DrawSync();
- VSync();
+ DrawSync( 0 );
+ VSync( 0 );
/* Since draw.isbg is non-zero this clears the screen */
PutDrawEnv( &draw );