mirror of
https://gitlab.com/2009scape/tools/rs09-thanos-tool.git
synced 2026-08-01 14:39:20 -06:00
Right click also exits placement mode
This commit is contained in:
parent
f0f21029f7
commit
8b32789b0f
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ class MapCell : JPanel() {
|
|||
val def = MapTileParser.definition.getTile(point.x, point.y, Rs2MapEditor.plane)
|
||||
val floDef = Rs2MapEditor.overlayMap[def.overlayId]!!
|
||||
val cell = Rs2MapEditor.componentPointMap[point]!!
|
||||
Rs2MapEditor.state = EditorState.NONE
|
||||
val string = StringBuilder()
|
||||
.append("<h2><b>Tile [${point.x}, ${point.y}] Information</b></h2><br>")
|
||||
.append("<hr width=\"250px\"><br>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue