mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Normalize camera movement rounding, created Camera class
This commit is contained in:
parent
143d14e960
commit
9701d3d1c8
17 changed files with 122 additions and 86 deletions
|
|
@ -243,8 +243,8 @@ public final class Static81 {
|
|||
Static16.anInt551 = 20;
|
||||
Static197.aBoolean228 = false;
|
||||
Static6.outboundBuffer.p1isaac(21);
|
||||
Static6.outboundBuffer.p2add((int)Static72.pitchTarget);
|
||||
Static6.outboundBuffer.p2le((int)Static57.yawTarget);
|
||||
Static6.outboundBuffer.p2add(Camera.getPitch());
|
||||
Static6.outboundBuffer.p2le(Camera.getYaw());
|
||||
}
|
||||
if (GameShell.focus && !Static67.prevFocus) {
|
||||
Static67.prevFocus = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue