Reverted some input behaviors changed in the m/kb refactor

This commit is contained in:
Pazaz 2022-04-23 17:32:21 -04:00
parent a3420acc1c
commit 4bac15d704
13 changed files with 23 additions and 22 deletions

View file

@ -524,6 +524,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
if (updateDelta >= FIXED_UPDATE_RATE * 1_000_000) {
this.mainLoopWrapper();
lastUpdateTime = currentTime;
flush(signLink, canvas);
}
renderDelta = currentTime - lastDrawTime;