diff --git a/cong.c b/cong.c index 95c51ad..04af413 100644 --- a/cong.c +++ b/cong.c @@ -45,6 +45,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