#How to go into an actual paused state

7 messages · Page 1 of 1 (latest)

fathom pawn
#

So like KSP is tanking my GPU and a bit of my ram, and I have KSP paused so why is it still using those resources if it is just showing the same screen.

austere flax
#

and use even more processing power

fathom pawn
#

oof

#

thanks

austere flax
#

np

elfin valley
#

Common way to program games is to have a loop, and update everything (physics, graphics, sound, game logic) using a time delta (the 'tick'). It's likely that when the game is paused, it's still "running" but with a time delta of 0 between each frame.