This commit is contained in:
Branimir Karadžić
2017-04-17 19:54:28 -07:00
parent f724db634f
commit cedd5b5a59

View File

@@ -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);