diff --git a/Code/OysterMath/LinearMath.h b/Code/OysterMath/LinearMath.h index 7874cb52..0a4611b1 100644 --- a/Code/OysterMath/LinearMath.h +++ b/Code/OysterMath/LinearMath.h @@ -761,7 +761,7 @@ namespace LinearAlgebra3D { return targetMem = SnapAngularAxis( ::LinearAlgebra::Vector4(startAngularAxis, (ScalarType)0), ::LinearAlgebra::Vector4(localStartNormal, (ScalarType)0), - ::LinearAlgebra::Vector4(worldEndNormal, (ScalarType)0), ).xyz; + ::LinearAlgebra::Vector4(worldEndNormal, (ScalarType)0) ).xyz; } template