We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239a5e8 commit f8a3470Copy full SHA for f8a3470
src/main/java/org/runejs/client/scene/Scene.java
@@ -36,8 +36,6 @@ public class Scene {
36
37
38
public static boolean lowMemory = true;
39
- public static int cycle;
40
- public static int anInt109 = 0;
41
42
public SceneTile[][][] tileArray;
43
public int[][][] tileOcclusionCycles;
@@ -55,6 +53,9 @@ public class Scene {
55
53
private int[] viewspaceZ = new int[6];
56
54
private int[] viewspaceY = new int[6];
57
+ private int anInt109 = 0;
+ private int cycle;
58
+
59
private boolean clicked = false;
60
private int clickX = 0;
61
private int clickY = 0;
0 commit comments