소스 검색

- revert mistake

Alrik 9 년 전
부모
커밋
f925e3eb81
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-core/src/main/java/com/jme3/animation/Bone.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/animation/Bone.java

@@ -139,7 +139,7 @@ public final class Bone implements Savable {
     /**
      * Special-purpose copy constructor. 
      * <p>
-     * Only copies the name, user control state and world inverse / local bind pose transforms from the original.
+     * Only copies the name, user control state and bind pose transforms from the original.
      * <p>
      * The rest of the data is <em>NOT</em> copied, as it will be
      * generated automatically when the bone is animated.