Archived
0

fix: статический getInstance()

This commit is contained in:
2015-09-18 12:38:47 +03:00
parent 905bc6e7fc
commit d2de0b850f

View File

@@ -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;
} }