diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 9f32e7245..c662f9918 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -748,24 +748,6 @@ class PlayState extends MusicBeatSubState refresh(); } - public override function draw():Void - { - // if (FlxG.renderBlit) - // { - // camGame.fill(BACKGROUND_COLOR); - // } - // else if (FlxG.renderTile) - // { - // FlxG.log.warn("PlayState background not displayed properly on tile renderer!"); - // } - // else - // { - // FlxG.log.warn("PlayState background not displayed properly, unknown renderer!"); - // } - - super.draw(); - } - function assertChartExists():Bool { // Returns null if the song failed to load or doesn't have the selected difficulty.