add small #if web define

This commit is contained in:
Cameron Taylor 2024-04-19 15:10:43 -04:00
parent 1405e21e3d
commit 57df7db5f1
1 changed files with 2 additions and 1 deletions

View File

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