Explorar o código

Temporary fix for the coverall/dummy run.

Godzil %!s(int64=4) %!d(string=hai) anos
pai
achega
d37ad746b1
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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
 }