Browse Source

- fix coord display for WorldOfInception

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10409 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 12 năm trước cách đây
mục cha
commit
8f5a8500a6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      engine/src/test/jme3test/games/WorldOfInception.java

+ 1 - 0
engine/src/test/jme3test/games/WorldOfInception.java

@@ -463,6 +463,7 @@ public class WorldOfInception extends SimpleApplication implements AnalogListene
             InceptionLevel cur = this;
             StringBuilder strb = new StringBuilder();
             strb.insert(0, this.getPlayerPosition());
+            strb.insert(0, this.getPositionInParent() + " / ");
             cur = cur.getParent();
             while (cur != null) {
                 strb.insert(0, cur.getPositionInParent() + " / ");