mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
add small #if web define
This commit is contained in:
parent
1405e21e3d
commit
57df7db5f1
1 changed files with 2 additions and 1 deletions
|
@ -83,8 +83,9 @@ class ABotVis extends FlxTypedSpriteGroup<FlxSprite>
|
||||||
|
|
||||||
override function draw()
|
override function draw()
|
||||||
{
|
{
|
||||||
|
#if web
|
||||||
if (analyzer != null) drawFFT();
|
if (analyzer != null) drawFFT();
|
||||||
|
#end
|
||||||
super.draw();
|
super.draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue