mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 21:40:30 -07:00
Move camera movement out of update loop, delta time methods
This commit is contained in:
parent
72ab182425
commit
143d14e960
17 changed files with 71 additions and 52 deletions
|
|
@ -35,7 +35,7 @@ public final class Static97 {
|
|||
return;
|
||||
}
|
||||
local30 -= 10;
|
||||
@Pc(58) int local58 = Static59.anInt1814 + Static57.yawTarget & 0x7FF;
|
||||
@Pc(58) int local58 = Static59.anInt1814 + (int)Static57.yawTarget & 0x7FF;
|
||||
@Pc(62) int local62 = MathUtils.anIntArray225[local58];
|
||||
@Pc(66) int local66 = MathUtils.anIntArray223[local58];
|
||||
@Pc(74) int local74 = local66 * 256 / (Static273.anInt4130 + 256);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue