aboutsummaryrefslogtreecommitdiff
path: root/examples/rgb24
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rgb24')
-rw-r--r--examples/rgb24/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rgb24/main.c b/examples/rgb24/main.c
index 178ece2..9f1a647 100644
--- a/examples/rgb24/main.c
+++ b/examples/rgb24/main.c
@@ -43,7 +43,7 @@ int main() {
// Upload image to VRAM
GetTimInfo(tim_image, &tim);
LoadImage(tim.prect, tim.paddr);
- DrawSync();
+ DrawSync(0);
while(1) {
}