player update handled in new thread

This commit is contained in:
2025-01-01 10:31:46 -06:00
parent df7a106237
commit 1098265145
13 changed files with 95 additions and 35 deletions
@@ -151,7 +151,7 @@ public enum SimulationManager {
if (player == null)
continue;
player.update();
player.update(false);
}
_updatePulseTime = System.currentTimeMillis() + 500;