Allow empty maps in FileMapGenerator

This commit is contained in:
Anuken
2021-08-25 21:57:18 -04:00
parent f46b22e4a7
commit c25e6b586b
3 changed files with 11 additions and 2 deletions

View File

@@ -234,7 +234,6 @@ public class PlanetRenderer implements Disposable{
Tmp.c1.set(from).lerp(to, (f+ Time.globalTime /timeScale)%1f);
batch.color(Tmp.c1);
batch.vertex(Tmp.bz3.valueAt(Tmp.v32, f));
}
batch.flush(Gl.lineStrip);
}