Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoDestroy parameter in FlxSound.loadEmbedded() and loadStream() does nothing #221

Open
axcho opened this issue Jan 31, 2012 · 1 comment

Comments

@axcho
Copy link

axcho commented Jan 31, 2012

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;

@osro
Copy link

osro commented Feb 26, 2012

I've made a pull request almost a year ago for this one already :D
#170

moly added a commit to moly/flixel that referenced this issue Sep 15, 2012
…in FlxSound loadEmbedded and loadStream does nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants