fix: статический getInstance()
This commit is contained in:
@@ -21,7 +21,7 @@ public class Tessellator {
|
|||||||
float_buffer = new float[0x200000];
|
float_buffer = new float[0x200000];
|
||||||
}
|
}
|
||||||
|
|
||||||
public Tessellator getInstance() {
|
public static Tessellator getInstance() {
|
||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user