mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
Commit an unsaved file
This commit is contained in:
parent
bbaf8dfb3e
commit
09e52e47ae
1 changed files with 0 additions and 10 deletions
|
@ -308,16 +308,6 @@ class ChartEditorToolboxHandler
|
||||||
state.playtestBotPlayMode = checkboxBotPlay.selected;
|
state.playtestBotPlayMode = checkboxBotPlay.selected;
|
||||||
};
|
};
|
||||||
|
|
||||||
var checkboxDebugger:Null<CheckBox> = toolbox.findComponent('playtestDebuggerCheckbox', CheckBox);
|
|
||||||
|
|
||||||
if (checkboxDebugger == null) throw 'ChartEditorToolboxHandler.buildToolboxPlaytestPropertiesLayout() - Could not find playtestDebuggerCheckbox component.';
|
|
||||||
|
|
||||||
state.enabledDebuggerPopup = checkboxDebugger.selected;
|
|
||||||
|
|
||||||
checkboxDebugger.onClick = _ -> {
|
|
||||||
state.enabledDebuggerPopup = checkboxDebugger.selected;
|
|
||||||
};
|
|
||||||
|
|
||||||
return toolbox;
|
return toolbox;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue