Set the holders to null after we've reclaimed the sounds.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@107 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -84,6 +84,7 @@ public class SoundGroup
|
||||
if (source.holder != null) {
|
||||
source.holder.stop();
|
||||
source.holder.reclaim();
|
||||
source.holder = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user