restore proper fps

This commit is contained in:
sam 2025-03-07 22:38:13 +13:00
parent 4f2631eca1
commit 665d84a845

View file

@ -79,7 +79,7 @@ main :: proc() {
img := rl.LoadImage(strings.clone_to_cstring(os.args[1]))
rl.ImageResize(&img, DIVIDED, DIVIDED)
} else {
rl.SetTargetFPS(5)
rl.SetTargetFPS(120)
}
for !rl.WindowShouldClose() {