remove assert

This commit is contained in:
Irlan 2018-10-02 18:56:59 -03:00
parent 3c2c53bb2b
commit ed068d8857

View File

@ -899,7 +899,6 @@ bool b3GJKRayCast(b3GJKRayCastOutput* output,
u32 iter = 0;
for (;;)
{
B3_ASSERT(d < d_max);
B3_ASSERT(d >= radius);
float32 dt = (d - radius) / d_max;