New sector display UI

This commit is contained in:
Anuken
2020-11-16 14:21:30 -05:00
parent 33e8489f42
commit 8577eb9484
5 changed files with 212 additions and 112 deletions

View File

@@ -105,6 +105,7 @@ public class MeshBuilder{
private static Mesh end(){
Mesh last = mesh;
last.getVerticesBuffer().limit(last.getVerticesBuffer().position());
mesh = null;
return last;
}