forked from noxious/client
Typo fix
This commit is contained in:
parent
84dff1c62f
commit
4f507f82b9
@ -14,7 +14,7 @@ export function useZoneEditorPointerHandlers(scene: Phaser.Scene, layer: Phaser.
|
|||||||
const pointerTile = getTile(px, py, layer)
|
const pointerTile = getTile(px, py, layer)
|
||||||
|
|
||||||
waypoint.value.visible = !!pointerTile
|
waypoint.value.visible = !!pointerTile
|
||||||
if (pointerTile) {
|
if (!pointerTile) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user