''but when I alt tab to another window, then alt tab back in...game logic has still occurred,
and the state of the game is not the same.''How are you updating? Even if it doesn't have focus, and if you are not running the updates, time will elapse. If you are calculating based on the delta time since last update, this will not work - all you ...