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 5c5b981 commit 7f23b3bCopy full SHA for 7f23b3b
src/main/java/org/runejs/client/scene/Scene.java
@@ -42,10 +42,6 @@ public class Scene {
42
public static SceneCluster[] processedCullingClusters = new SceneCluster[500];
43
public static LinkedList tileList = new LinkedList();
44
public static int anInt109 = 0;
45
- public static int drawWidthMidpoint;
46
- public static int drawHeight;
47
- public static int drawHeightMidpoint;
48
- public static int drawWidth;
49
50
public SceneTile[][][] tileArray;
51
public int[][][] tileOcclusionCycles;
0 commit comments