File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/org/runejs/client/scene Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ public class Scene {
37
37
38
38
public static boolean lowMemory = true ;
39
39
public static int cycle ;
40
- public static InteractiveObject [] interactiveObjects = new InteractiveObject [100 ];
41
- public static LinkedList tileList = new LinkedList ();
42
40
public static int anInt109 = 0 ;
43
41
44
42
public SceneTile [][][] tileArray ;
@@ -94,6 +92,9 @@ public class Scene {
94
92
private SceneCluster [] processedCullingClusters = new SceneCluster [500 ];
95
93
private int [] cullingClusterPointer = new int [mapSizeZ ];
96
94
private boolean [][] currentTileVisibilityMap ;
95
+
96
+ private InteractiveObject [] interactiveObjects = new InteractiveObject [100 ];
97
+ private LinkedList tileList = new LinkedList ();
97
98
private int currentCameraY ;
98
99
private int currentCameraTileY ;
99
100
private int currentCameraX ;
You can’t perform that action at this time.
0 commit comments