This commit is contained in:
Бранимир Караџић
2019-02-04 21:02:53 -08:00
parent 3fef4281cc
commit e90ab6cb4a

View File

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