Бранимир Караџић 6 лет назад
Родитель
Сommit
e90ab6cb4a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      include/bx/math.h

+ 2 - 2
include/bx/math.h

@@ -59,8 +59,8 @@ namespace bx
 	///
 	///
 	struct Plane
 	struct Plane
 	{
 	{
-		Vec3 normal;
-		float    dist;
+		Vec3  normal;
+		float dist;
 	};
 	};
 
 
 	///
 	///