Branimir Karadžić 8 лет назад
Родитель
Сommit
44fa4652b1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/bx/math.h

+ 1 - 1
include/bx/math.h

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