Branimir Karadžić 8 years ago
parent
commit
cedd5b5a59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/bx/fpumath.h

+ 1 - 1
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);