diff --git a/jme3-core/src/main/java/com/jme3/animation/Bone.java b/jme3-core/src/main/java/com/jme3/animation/Bone.java index 80d03b374..37a95ed5c 100644 --- a/jme3-core/src/main/java/com/jme3/animation/Bone.java +++ b/jme3-core/src/main/java/com/jme3/animation/Bone.java @@ -141,10 +141,6 @@ public final class Bone implements Savable { *
* Only copies the name and bind pose from the original. *
- * 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. - *
* The rest of the data is NOT copied, as it will be * generated automatically when the bone is animated. *