* Commented out useless assertion
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7421 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
872e65815a
commit
64e8c05ba8
@ -840,7 +840,7 @@ public class LwjglAudioRenderer implements AudioRenderer, Runnable {
|
|||||||
if (audioDisabled)
|
if (audioDisabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
assert src.getStatus() == Status.Stopped || src.getChannel() == -1;
|
//assert src.getStatus() == Status.Stopped || src.getChannel() == -1;
|
||||||
|
|
||||||
if (src.getStatus() == Status.Playing){
|
if (src.getStatus() == Status.Playing){
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user