Search found 1 match
- Sat Feb 22, 2025 1:32 pm
- Forum: Support and Development
- Topic: I need help on FPS management
- Replies: 6
- Views: 276
I need help on FPS management
I have a physics simulation that basically explodes if deltaTime is too big :o: I tried to implement a system that doesn't allow the simulation fps to get lower than minFps basically it will appear slowed down but will keep simulating at whatever framerate I put there https://pastebin.com/gCFD8Ypi I...