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 #11

Closed
FlixelCommunityBot opened this issue Sep 13, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@FlixelCommunityBot
Copy link

Issue #221 by: axcho

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;

@FlixelCommunityBot
Copy link
Author

Comment by: osro

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants