Branimir Karadžić hace 9 años
padre
commit
6b88019e93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/bx/fpumath.h

+ 1 - 1
include/bx/fpumath.h

@@ -23,8 +23,8 @@ namespace bx
 	{
 		enum Enum
 		{
-			Right,
 			Left,
+			Right,
 		};
 	};