This commit is contained in:
Dennis Postma 2024-09-22 15:29:00 +02:00
parent 84dff1c62f
commit 4f507f82b9

View File

@ -14,7 +14,7 @@ export function useZoneEditorPointerHandlers(scene: Phaser.Scene, layer: Phaser.
const pointerTile = getTile(px, py, layer)
waypoint.value.visible = !!pointerTile
if (pointerTile) {
if (!pointerTile) {
return
}