SnapAngularFix
compilation fix forgot to remove a copy pasted comma
This commit is contained in:
parent
79872a45ee
commit
22d0722dfa
|
@ -761,7 +761,7 @@ namespace LinearAlgebra3D
|
|||
{
|
||||
return targetMem = SnapAngularAxis( ::LinearAlgebra::Vector4<ScalarType>(startAngularAxis, (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>
|
||||
|
|
Loading…
Reference in New Issue