v3.2.4: fixed far cluster layer in title screen not resetting
This commit is contained in:
committed by
Evan Debenham
parent
342f242ce6
commit
6a3d452aa0
@@ -80,6 +80,7 @@ public class TitleBackground extends Component {
|
|||||||
public static void reset(){
|
public static void reset(){
|
||||||
archs = null;
|
archs = null;
|
||||||
clusters = null;
|
clusters = null;
|
||||||
|
clustersFar = null;
|
||||||
smallFars = null;
|
smallFars = null;
|
||||||
mids1 = null;
|
mids1 = null;
|
||||||
mids2 = null;
|
mids2 = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user