diff --git a/stepmania/src/ModelTypes.cpp b/stepmania/src/ModelTypes.cpp index 075997219a..00fed40a20 100644 --- a/stepmania/src/ModelTypes.cpp +++ b/stepmania/src/ModelTypes.cpp @@ -332,7 +332,7 @@ bool msAnimation::LoadMilkshapeAsciiBones( RString sAniName, RString sPath ) msRotationKey key; key.fTime = fTime; - RageVector3 Rotation = RageVector3( Rotation[0], Rotation[1], Rotation[2] ); + Rotation = RageVector3( Rotation[0], Rotation[1], Rotation[2] ); RageQuatFromHPR( &key.Rotation, Rotation ); Bone.RotationKeys[j] = key; }