* 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:
Sha..rd 2012-04-14 20:16:49 +00:00
parent 9c2257ff8e
commit 2d12c4eaf8

@ -137,7 +137,7 @@ public class TestPostWater extends SimpleApplication {
water.setWaterHeight(initialWaterHeight); water.setWaterHeight(initialWaterHeight);
uw=cam.getLocation().y<waterHeight; 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.setLooping(true);
waves.setReverbEnabled(true); waves.setReverbEnabled(true);
if(uw){ if(uw){