- fix coord display for WorldOfInception
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10408 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
bd76d72ec7
commit
50b7ed3b91
@ -465,7 +465,7 @@ public class WorldOfInception extends SimpleApplication implements AnalogListene
|
||||
strb.insert(0, this.getPlayerPosition());
|
||||
cur = cur.getParent();
|
||||
while (cur != null) {
|
||||
strb.insert(0, this.getPositionInParent() + " / ");
|
||||
strb.insert(0, cur.getPositionInParent() + " / ");
|
||||
cur = cur.getParent();
|
||||
}
|
||||
return strb.toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user