Skip to content

Commit 1330198

Browse files
committed
After pressing Undo, continue to mark as whether changed
1 parent 87a8543 commit 1330198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scenes/OpenMap.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func continue_load(map):
224224

225225
oMenu.add_recent(map)
226226

227-
oDataClm.store_default_data()
227+
228228

229229

230230
# Update for Undo
@@ -260,7 +260,7 @@ func continue_load_openmap(map):
260260
oDataClm.delete_column(0)
261261
oEditor.mapHasBeenEdited = true
262262
oMessage.quick("Fixed column index 0, re-save your map.")
263-
263+
oDataClm.store_default_data()
264264

265265
func _on_ConfirmDecompression_confirmed():
266266
print('Attempting to decompress...')

0 commit comments

Comments
 (0)