Branimir Karadžić před 8 roky
rodič
revize
cedd5b5a59
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 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);
 	void mtxLookAtRh(float* _result, const float* _eye, const float* _at, const float* _up = NULL);