started adding the imago library, not done
[dosdemo] / src / dos / main.c
index e1d33c2..ac2ccd2 100644 (file)
@@ -28,7 +28,7 @@ int main(int argc, char **argv)
                }
                if(quit) goto break_evloop;
 
-               wait_vsync();
+               /*wait_vsync();*/
                time_msec = get_msec();
                demo_draw();
        }