aboutsummaryrefslogtreecommitdiff
path: root/examples/gte
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gte')
-rw-r--r--examples/gte/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gte/main.c b/examples/gte/main.c
index aa7042d..3fec9d7 100644
--- a/examples/gte/main.c
+++ b/examples/gte/main.c
@@ -288,8 +288,8 @@ void init() {
void display() {
/* Wait for GPU to finish drawing and vertical retrace */
- DrawSync();
- VSync();
+ DrawSync( 0 );
+ VSync( 0 );
/* Swap buffers */
db_active ^= 1;