mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
refactor: remove commented out code from draw() in PlayState.hx
This commit is contained in:
parent
7159cad2c1
commit
144ba00377
1 changed files with 0 additions and 18 deletions
|
@ -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