From 54d563dde23f41c21f4bcd252357996bbea99470 Mon Sep 17 00:00:00 2001 From: Alrik Date: Wed, 2 Mar 2016 21:32:04 +0100 Subject: [PATCH] - remove unnecessary comment --- jme3-core/src/main/java/com/jme3/animation/Bone.java | 4 ---- 1 file changed, 4 deletions(-) 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. *