From cedd5b5a59bc7b748bbb37d00a2a7765b58b6668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 17 Apr 2017 19:54:28 -0700 Subject: [PATCH] Cleanup. --- include/bx/fpumath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/fpumath.h b/include/bx/fpumath.h index b5b319c..5a2c16f 100644 --- a/include/bx/fpumath.h +++ b/include/bx/fpumath.h @@ -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);