consistency

This commit is contained in:
Irlan
2018-07-06 09:40:25 -03:00
parent bbad09ae3e
commit 36a6a898fc
3 changed files with 9 additions and 9 deletions

View File

@@ -525,8 +525,8 @@ bool b3World::RayCastSingleCloth(b3RayCastSingleClothOutput* output, const b3Vec
b3Vec3 point = (1.0f - fraction) * p1 + fraction * p2;
b3Vec3 normal = output0.normal;
output->triangle = triangle;
output->cloth = cloth0;
output->triangle = triangle;
output->point = point;
output->normal = normal;
output->fraction = fraction;