This commit is contained in:
Irlan 2018-05-11 03:25:57 -03:00
parent 179bb2a146
commit b8ece1356f

View File

@ -296,6 +296,7 @@ void b3QHull::Set(const b3Vec3* points, u32 count)
qhHull hull; qhHull hull;
hull.Construct(ps, psCount); hull.Construct(ps, psCount);
b3Free(ps);
#endif #endif