* Fix compile error in TestPostWater

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9314 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
Sha..rd 13 years ago
parent 9c2257ff8e
commit 2d12c4eaf8
  1. 2
      engine/src/test/jme3test/water/TestPostWater.java

@ -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){

Loading…
Cancel
Save