mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-06-21 18:23:12 +00:00
refactor: remove commented out code from draw() in PlayState.hx
This commit is contained in:
parent
7159cad2c1
commit
144ba00377
|
@ -748,24 +748,6 @@ class PlayState extends MusicBeatSubState
|
||||||
refresh();
|
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
|
function assertChartExists():Bool
|
||||||
{
|
{
|
||||||
// Returns null if the song failed to load or doesn't have the selected difficulty.
|
// Returns null if the song failed to load or doesn't have the selected difficulty.
|
||||||
|
|
Loading…
Reference in a new issue