Quellcode durchsuchen

Temporary fix for the coverall/dummy run.

Godzil vor 4 Jahren
Ursprung
Commit
d37ad746b1
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      src/os/unix/graphics_dummy.c

+ 3 - 0
src/os/unix/graphics_dummy.c

@@ -138,6 +138,8 @@ int getKeyStatus(int key)
 /* Sync with 60Hz (or try to) */
 void vsync(void)
 {
+#if 0
+    /* For now don't do anything there */
     long WaitTime;
     static long delta = 0;
 
@@ -180,4 +182,5 @@ void vsync(void)
     {
         delta = 0;
     }
+#endif
 }