refactor: remove commented out code from draw() in PlayState.hx

This commit is contained in:
Cameron Taylor 2024-10-26 15:53:22 -04:00
parent 7159cad2c1
commit 144ba00377

View file

@ -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.