mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-11 11:27:16 +07:00
Fixed iso position tracking by using Tile50
This commit is contained in:
parent
dfbf132063
commit
354419dafd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user