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; }; ///