Skip to content

Commit

Permalink
update style number when undoing
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Apr 18, 2024
1 parent a988725 commit e08a83c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scenes/OpenMap.gd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ onready var oCurrentFormat = Nodelist.list["oCurrentFormat"]
onready var oSetNewFormat = Nodelist.list["oSetNewFormat"]
onready var oBuffers = Nodelist.list["oBuffers"]
onready var oUndoStates = Nodelist.list["oUndoStates"]
onready var oDisplaySlxNumbers = Nodelist.list["oDisplaySlxNumbers"]

var TOTAL_TIME_TO_OPEN_MAP

Expand Down Expand Up @@ -201,6 +202,7 @@ func load_cfg_stuff(map):

func continue_load(map):
# initialize_editor_components
oDisplaySlxNumbers.update()
oPickThingWindow.initialize_thing_grid_items()
oEditor.update_boundaries()
oScriptEditor.initialize_for_new_map()
Expand Down

0 comments on commit e08a83c

Please sign in to comment.