Fixed iso position tracking by using Tile50

This commit is contained in:
Collin Smith 2019-10-17 16:59:11 -07:00
parent dfbf132063
commit 354419dafd

View File

@ -189,7 +189,7 @@ public class CameraTool extends ApplicationAdapter {
} shapes.end();
pos.set(iso.position);
iso.toTile(pos);
iso.toTile50(pos);
shapes.begin(ShapeRenderer.ShapeType.Filled); {
vec2.set(pos);