Merge branch 'Gregf36665-master-patch-76620' into 'master'

Fix incorrect Y coordinate with Global Coordinates

See merge request 2009scape/tools/rs09-thanos-tool!10
This commit is contained in:
Ceikry 2025-08-27 17:44:58 +00:00
commit 3372527fdd

View file

@ -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
)
}]"