mirror of
https://gitlab.com/2009scape/tools/rs09-thanos-tool.git
synced 2026-08-01 14:39:20 -06:00
Fix incorrect Y coordinate with Global Coordinates
This commit is contained in:
parent
c7334798f6
commit
69a5753b69
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class MapCell : JPanel() {
|
|||
Rs2MapEditor.statusLabel.text = "<html>Region: ${Rs2MapEditor.region} | " +
|
||||
"Local Coordinates: [${Rs2MapEditor.selectedPointX}, ${Rs2MapEditor.selectedPointY}] | " +
|
||||
"Global Coordinates: [${MapTileParser.coordinateX(Rs2MapEditor.selectedPointX)}, ${
|
||||
MapTileParser.coordinateX(
|
||||
MapTileParser.coordinateY(
|
||||
Rs2MapEditor.selectedPointY
|
||||
)
|
||||
}]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue