From 6b88019e934b421ff2e12bfad32b3643b77583f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 26 Mar 2016 19:22:48 -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 f7fc7e4..ad9084d 100644 --- a/include/bx/fpumath.h +++ b/include/bx/fpumath.h @@ -23,8 +23,8 @@ namespace bx { enum Enum { - Right, Left, + Right, }; };