From e90ab6cb4a724e33b92680534face71a21043d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Mon, 4 Feb 2019 21:02:53 -0800 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 3c0e60b..2bc6495 100644 --- a/include/bx/math.h +++ b/include/bx/math.h @@ -59,8 +59,8 @@ namespace bx /// struct Plane { - Vec3 normal; - float dist; + Vec3 normal; + float dist; }; ///