mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-11 19:37:47 +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();
|
} shapes.end();
|
||||||
|
|
||||||
pos.set(iso.position);
|
pos.set(iso.position);
|
||||||
iso.toTile(pos);
|
iso.toTile50(pos);
|
||||||
|
|
||||||
shapes.begin(ShapeRenderer.ShapeType.Filled); {
|
shapes.begin(ShapeRenderer.ShapeType.Filled); {
|
||||||
vec2.set(pos);
|
vec2.set(pos);
|
||||||
|
Loading…
Reference in New Issue
Block a user