diff --git a/include/bx/fpumath.h b/include/bx/fpumath.h index b5b319c..5a2c16f 100644 --- a/include/bx/fpumath.h +++ b/include/bx/fpumath.h @@ -312,7 +312,7 @@ namespace bx void mtxQuatTranslationHMD(float* _result, const float* _quat, const float* _translation); /// - void mtxLookAtLh(float* _result, const float* _eye, const float* _at, const float* _up = NULL);; + void mtxLookAtLh(float* _result, const float* _eye, const float* _at, const float* _up = NULL); /// void mtxLookAtRh(float* _result, const float* _eye, const float* _at, const float* _up = NULL);