git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7421 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -840,7 +840,7 @@ public class LwjglAudioRenderer implements AudioRenderer, Runnable {
if (audioDisabled)
return;
- assert src.getStatus() == Status.Stopped || src.getChannel() == -1;
+ //assert src.getStatus() == Status.Stopped || src.getChannel() == -1;
if (src.getStatus() == Status.Playing){