Skip to content

Commit a55ab6f

Browse files
PurSnakeComedyLost
andcommitted
i need your id
Co-Authored-By: ComedyLost <[email protected]>
1 parent c06837a commit a55ab6f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

source/funkin/ui/debug/charting/ChartEditorState.hx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3512,7 +3512,6 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
35123512
handleToolboxes();
35133513
handlePlaybar();
35143514
handleNotePreview();
3515-
// handleCharacters();
35163515
handleHealthIcons();
35173516

35183517
handleFileKeybinds();

source/funkin/ui/debug/charting/toolboxes/ChartEditorDifficultyToolbox.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class ChartEditorDifficultyToolbox extends ChartEditorBaseToolbox
143143
chartEditorState.healthIconsDirty = true;
144144
chartEditorState.playerPreviewDirty = true;
145145
chartEditorState.opponentPreviewDirty = true;
146+
146147
chartEditorState.refreshToolbox(ChartEditorState.CHART_EDITOR_TOOLBOX_METADATA_LAYOUT);
147148
chartEditorState.success('Replaced Metadata', 'Replaced metadata with file (${fileReference.name})');
148149
}

0 commit comments

Comments
 (0)