You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code for FlxSound.loadEmbedded() and FlxSound.loadStream(), it is clear that the AutoDestroy parameter is never used. I would expect to see a line like this as the last line before the return statement in both those functions: autoDestroy = AutoDestroy;
The text was updated successfully, but these errors were encountered:
Looking at the code for FlxSound.loadEmbedded() and FlxSound.loadStream(), it is clear that the AutoDestroy parameter is never used. I would expect to see a line like this as the last line before the return statement in both those functions:
autoDestroy = AutoDestroy;
The text was updated successfully, but these errors were encountered: