- remove unnecessary comment

This commit is contained in:
Alrik 2016-03-02 21:32:04 +01:00
parent 03b351f26c
commit 54d563dde2

@ -141,10 +141,6 @@ public final class Bone implements Savable {
* <p> * <p>
* Only copies the name and bind pose from the original. * Only copies the name and bind pose from the original.
* <p> * <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 * The rest of the data is <em>NOT</em> copied, as it will be
* generated automatically when the bone is animated. * generated automatically when the bone is animated.
* *