mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Refactored GameShell
This commit is contained in:
parent
bc7ecce61c
commit
3c58eb3a01
83 changed files with 700 additions and 712 deletions
|
|
@ -17,7 +17,7 @@ public final class NanoTimer extends Timer {
|
|||
|
||||
@OriginalMember(owner = "client!om", name = "a", descriptor = "(III)I")
|
||||
@Override
|
||||
public final int method3391(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1) {
|
||||
public final int sleep(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(9) long local9 = (long) arg0 * 1000000L;
|
||||
@Pc(14) long local14 = this.aLong142 - System.nanoTime();
|
||||
if (local9 > local14) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue