SnapAngularFix

compilation fix
forgot to remove a copy pasted comma
This commit is contained in:
Dander7BD 2014-01-31 14:29:49 +01:00
parent 79872a45ee
commit 22d0722dfa
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ namespace LinearAlgebra3D
{ {
return targetMem = SnapAngularAxis( ::LinearAlgebra::Vector4<ScalarType>(startAngularAxis, (ScalarType)0), return targetMem = SnapAngularAxis( ::LinearAlgebra::Vector4<ScalarType>(startAngularAxis, (ScalarType)0),
::LinearAlgebra::Vector4<ScalarType>(localStartNormal, (ScalarType)0), ::LinearAlgebra::Vector4<ScalarType>(localStartNormal, (ScalarType)0),
::LinearAlgebra::Vector4<ScalarType>(worldEndNormal, (ScalarType)0), ).xyz; ::LinearAlgebra::Vector4<ScalarType>(worldEndNormal, (ScalarType)0) ).xyz;
} }
template<typename ScalarType> template<typename ScalarType>