Merge branch 'main' into auto

This commit is contained in:
Hri7566 2024-01-25 04:21:28 -05:00
commit f8ce156403
2 changed files with 1 additions and 0 deletions

1
cong.c
View File

@ -46,6 +46,7 @@ int main(void) {
InitWindow(WIDTH, HEIGHT, "cong"); InitWindow(WIDTH, HEIGHT, "cong");
SetWindowMonitor(0); SetWindowMonitor(0);
SetTargetFPS(60); SetTargetFPS(60);
SetConfigFlags(FLAG_VSYNC_HINT);
while (!WindowShouldClose()) { while (!WindowShouldClose()) {
/** /**

BIN
cong.exe Executable file

Binary file not shown.