Skip to content

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

@FlixelCommunityBot

Description

@FlixelCommunityBot

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;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions