mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-01 14:39:16 -06:00
Reverted some input behaviors changed in the m/kb refactor
This commit is contained in:
parent
a3420acc1c
commit
4bac15d704
13 changed files with 23 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue