diff --git a/TODO b/TODO index dd4b9113..6a371fa1 100644 --- a/TODO +++ b/TODO @@ -3,4 +3,5 @@ - Note Color Presets (WIP) [LOW PRIORITY] -- Fix Credits Editor \ No newline at end of file +- Fix Credits Editor +- Maybe Redo WebM Support \ No newline at end of file diff --git a/source/meta/state/MainMenuState.hx b/source/meta/state/MainMenuState.hx index 9c4f7909..aa543239 100644 --- a/source/meta/state/MainMenuState.hx +++ b/source/meta/state/MainMenuState.hx @@ -570,11 +570,6 @@ class MainMenuState extends MusicBeatState } #end - #if debug - if (FlxG.keys.justPressed.FOUR) - FlxG.switchState(() -> new VideoState("assets/videos/cutscenetest/video.webm", () -> new MainMenuState())); - #end - if (controls.RESET && menuJSON.enableReloadKey) FlxG.resetState(); }