More bugfixes

This commit is contained in:
Anuken
2018-02-27 19:13:08 -05:00
parent 828dd78611
commit f72fd01050
9 changed files with 26 additions and 18 deletions

View File

@@ -177,7 +177,7 @@ public class BlockRenderer{
OrthographicCamera camera = Core.camera;
Graphics.end();
if(Graphics.drawing()) Graphics.end();
int crangex = (int)(camera.viewportWidth * camera.zoom / (chunksize * tilesize))+1;
int crangey = (int)(camera.viewportHeight * camera.zoom / (chunksize * tilesize))+1;