From 44fa4652b1ba90a6ecb4a49281ae2ceb70976313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 13 Jan 2018 17:11:28 -0800 Subject: [PATCH] Fixed build. --- include/bx/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/math.h b/include/bx/math.h index a7ffa3e..9b60134 100644 --- a/include/bx/math.h +++ b/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);