* Fix issue 570
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10568 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
d64eec7d1b
commit
bd39ff1b6e
@ -62,6 +62,7 @@ public class TestAmbient extends SimpleApplication {
|
|||||||
waves.setRefDistance(5);
|
waves.setRefDistance(5);
|
||||||
|
|
||||||
nature = new AudioNode(assetManager, "Sound/Environment/Nature.ogg", true);
|
nature = new AudioNode(assetManager, "Sound/Environment/Nature.ogg", true);
|
||||||
|
nature.setPositional(false);
|
||||||
nature.setVolume(3);
|
nature.setVolume(3);
|
||||||
|
|
||||||
waves.playInstance();
|
waves.playInstance();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user