• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Main repository of MikuMikuStudio


Commit MetaInfo

修訂5f2047558e9916145769403605fa10893a4ee860 (tree)
時間2013-04-20 02:38:35
作者ShAdOwIsLoRd <ShAdOwIsLoRd@75d0...>
CommiterShAdOwIsLoRd

Log Message

  • Fix issue 570

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10568 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

Change Summary

差異

--- a/engine/src/test/jme3test/audio/TestAmbient.java
+++ b/engine/src/test/jme3test/audio/TestAmbient.java
@@ -62,6 +62,7 @@ public class TestAmbient extends SimpleApplication {
6262 waves.setRefDistance(5);
6363
6464 nature = new AudioNode(assetManager, "Sound/Environment/Nature.ogg", true);
65+ nature.setPositional(false);
6566 nature.setVolume(3);
6667
6768 waves.playInstance();