Compare commits

...

3 Commits

Author SHA1 Message Date
Hri7566 3120d44aba Remove executable from source tree 2024-01-25 04:21:59 -05:00
Hri7566 f8ce156403 Merge branch 'main' into auto 2024-01-25 04:21:28 -05:00
Hri7566 67183ae71b Fix screen tearing 2024-01-25 04:21:13 -05:00
1 changed files with 1 additions and 0 deletions

1
cong.c
View File

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