mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Added more CS2 opcodes, need to adopt NXT naming next
This commit is contained in:
parent
3531b1c57c
commit
5f4a83c394
45 changed files with 2725 additions and 601 deletions
|
|
@ -1010,7 +1010,7 @@ public final class client extends GameShell {
|
|||
if (!GlRenderer.enabled) {
|
||||
Flames.update();
|
||||
} else if (LoginManager.step == 0 && CreateManager.step == 0) {
|
||||
if (Static227.cameraType == 2) {
|
||||
if (Camera.cameraType == 2) {
|
||||
Camera.updateLockedCamera();
|
||||
} else {
|
||||
Camera.updateLoginScreenCamera();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue