소스 검색

- remove unnecessary comment

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

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

@@ -141,10 +141,6 @@ public final class Bone implements Savable {
      * <p>
      * Only copies the name and bind pose from the original.
      * <p>
-     * WARNING: Local bind pose and world inverse bind pose transforms shallow 
-     * copied. Modifying that data on the original bone will cause it to
-     * be recomputed on any cloned bones.
-     * <p>
      * The rest of the data is <em>NOT</em> copied, as it will be
      * generated automatically when the bone is animated.
      *