forked from noxious/client
Restored tile editing and proper map clearing behavior
This commit is contained in:
@ -40,7 +40,6 @@ export function useMapEditorComposable() {
|
||||
if (!currentMap.value) return
|
||||
currentMap.value.placedMapObjects = []
|
||||
currentMap.value.mapEventTiles = []
|
||||
currentMap.value.tiles = []
|
||||
}
|
||||
|
||||
const toggleActive = () => {
|
||||
|
Reference in New Issue
Block a user