small compression
[carveJwlIkooP6JGAAIwe30JlM.git] / skeleton.h
index a07a33af0e097de0f2c6d307f739be270422ba57..b94fa68cb84af7f75fe4ef0edfb9c305c9162720 100644 (file)
@@ -78,7 +78,7 @@ static void keyframe_copy_pose( mdl_keyframe *kfa, mdl_keyframe *kfb,
 
 /* apply a rotation from the perspective of root */
 static void keyframe_rotate_around( mdl_keyframe *kf, 
-                                       v3f origin, v3f offset, v4f q )
+                                    v3f origin, v3f offset, v4f q )
 {
    v3f v0, co;
    v3_add( kf->co, offset, co );