Skip to content

Commit

Permalink
After pressing Undo, continue to mark as whether changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Apr 20, 2024
1 parent 87a8543 commit 1330198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scenes/OpenMap.gd
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func continue_load(map):

oMenu.add_recent(map)

oDataClm.store_default_data()



# Update for Undo
Expand Down Expand Up @@ -260,7 +260,7 @@ func continue_load_openmap(map):
oDataClm.delete_column(0)
oEditor.mapHasBeenEdited = true
oMessage.quick("Fixed column index 0, re-save your map.")

oDataClm.store_default_data()

func _on_ConfirmDecompression_confirmed():
print('Attempting to decompress...')
Expand Down

0 comments on commit 1330198

Please sign in to comment.