defun-games / claylib

A Common Lisp 2D/3D game toolkit built on top of Raylib 4.5.
zlib License
69 stars 4 forks source link

set-target-fps not working? #82

Closed simendsjo closed 10 months ago

simendsjo commented 10 months ago

Tried using claylib:set-target-fps and claylib/wrap::set-target-fps, but my framerate is still 59 no matter what value I try to set it to.

simendsjo commented 10 months ago

NM, just takes some time before the FPS catches up.