mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user