restore proper fps
This commit is contained in:
parent
4f2631eca1
commit
665d84a845
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue