@@ -54,6 +54,8 @@ function SkeletonHelper( object ) {
this.matrix = object.matrixWorld;
this.matrixAutoUpdate = false;
+ this.onBeforeRender();
+
}
SkeletonHelper.prototype = Object.create( LineSegments.prototype );