We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a8543 commit 1330198Copy full SHA for 1330198
Scenes/OpenMap.gd
@@ -224,7 +224,7 @@ func continue_load(map):
224
225
oMenu.add_recent(map)
226
227
- oDataClm.store_default_data()
+
228
229
230
# Update for Undo
@@ -260,7 +260,7 @@ func continue_load_openmap(map):
260
oDataClm.delete_column(0)
261
oEditor.mapHasBeenEdited = true
262
oMessage.quick("Fixed column index 0, re-save your map.")
263
-
+ oDataClm.store_default_data()
264
265
func _on_ConfirmDecompression_confirmed():
266
print('Attempting to decompress...')
0 commit comments