mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
add small #if web define
This commit is contained in:
parent
1405e21e3d
commit
57df7db5f1
|
@ -83,8 +83,9 @@ class ABotVis extends FlxTypedSpriteGroup<FlxSprite>
|
|||
|
||||
override function draw()
|
||||
{
|
||||
#if web
|
||||
if (analyzer != null) drawFFT();
|
||||
|
||||
#end
|
||||
super.draw();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue