Index: trunk/src/formats/md5_loader.cc
===================================================================
--- trunk/src/formats/md5_loader.cc	(revision 191)
+++ trunk/src/formats/md5_loader.cc	(revision 192)
@@ -514,6 +514,6 @@
 		final_joint.parent = joint0.parent;
 
+		final_joint.orient = glm::slerp( joint0.orient, joint1.orient, interpolate );
 		final_joint.pos    = glm::mix( joint0.pos, joint1.pos, interpolate );
-		final_joint.orient = glm::mix( joint0.orient, joint1.orient, interpolate );
 	}
 }
