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