* Fix compile error in TestPostWater
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9314 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
9c2257ff8e
commit
2d12c4eaf8
@ -137,7 +137,7 @@ public class TestPostWater extends SimpleApplication {
|
||||
water.setWaterHeight(initialWaterHeight);
|
||||
uw=cam.getLocation().y<waterHeight;
|
||||
|
||||
waves = new AudioNode(audioRenderer, assetManager, "Sound/Environment/Ocean Waves.ogg", false);
|
||||
waves = new AudioNode(assetManager, "Sound/Environment/Ocean Waves.ogg", false);
|
||||
waves.setLooping(true);
|
||||
waves.setReverbEnabled(true);
|
||||
if(uw){
|
||||
|
Loading…
x
Reference in New Issue
Block a user