mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Fixed build.
This commit is contained in:
@@ -254,7 +254,7 @@ namespace bx
|
||||
/// @param[out] _outV V-coordinate.
|
||||
/// @param[in] _dir Normalized direction vector.
|
||||
///
|
||||
void vec3ToLatLong(float* _outU, float* _outV, const float* _dir)
|
||||
void vec3ToLatLong(float* _outU, float* _outV, const float* _dir);
|
||||
|
||||
///
|
||||
void quatIdentity(float* _result);
|
||||
|
||||
Reference in New Issue
Block a user