From 2dc21379050f2eaa43b7d78e18678c121c7e43ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 17 Apr 2018 10:45:09 -0700 Subject: [PATCH] Cleanup. --- include/bx/math.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bx/math.h b/include/bx/math.h index 470ed8d..43392f7 100644 --- a/include/bx/math.h +++ b/include/bx/math.h @@ -568,10 +568,10 @@ namespace bx void hsvToRgb(float _rgb[3], const float _hsv[3]); /// - float toLinear(float _a); + BX_CONST_FUNC float toLinear(float _a); /// - float toGamma(float _a); + BX_CONST_FUNC float toGamma(float _a); } // namespace bx