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