aboutsummaryrefslogtreecommitdiff
path: root/examples/n00bdemo/disp.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/n00bdemo/disp.c')
-rw-r--r--examples/n00bdemo/disp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/n00bdemo/disp.c b/examples/n00bdemo/disp.c
index 5a9bb22..d798ee9 100644
--- a/examples/n00bdemo/disp.c
+++ b/examples/n00bdemo/disp.c
@@ -57,8 +57,8 @@ void initDisplay() {
void display() {
- VSync();
- DrawSync();
+ DrawSync(0);
+ VSync(0);
PutDrawEnv( &draw );
DrawOTag( ot[db]+OT_LEN-1 );