1
0
Fork 0
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:
Cameron Taylor 2024-04-19 15:10:43 -04:00
parent 1405e21e3d
commit 57df7db5f1

View file

@ -83,8 +83,9 @@ class ABotVis extends FlxTypedSpriteGroup<FlxSprite>
override function draw()
{
#if web
if (analyzer != null) drawFFT();
#end
super.draw();
}