1
0
forked from noxious/client

Restored tile editing and proper map clearing behavior

This commit is contained in:
2025-02-04 14:09:57 -06:00
parent cf54ab842a
commit aee18956f3
5 changed files with 21 additions and 20 deletions

View File

@ -40,7 +40,6 @@ export function useMapEditorComposable() {
if (!currentMap.value) return
currentMap.value.placedMapObjects = []
currentMap.value.mapEventTiles = []
currentMap.value.tiles = []
}
const toggleActive = () => {