diff --git a/cong.c b/cong.c index 98f55a4..e2732e4 100644 --- a/cong.c +++ b/cong.c @@ -46,6 +46,7 @@ int main(void) { InitWindow(WIDTH, HEIGHT, "cong"); SetWindowMonitor(0); SetTargetFPS(60); + SetConfigFlags(FLAG_VSYNC_HINT); while (!WindowShouldClose()) { /** diff --git a/cong.exe b/cong.exe new file mode 100755 index 0000000..ace7061 Binary files /dev/null and b/cong.exe differ