remove assert
This commit is contained in:
parent
3c2c53bb2b
commit
ed068d8857
@ -899,7 +899,6 @@ bool b3GJKRayCast(b3GJKRayCastOutput* output,
|
|||||||
u32 iter = 0;
|
u32 iter = 0;
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
B3_ASSERT(d < d_max);
|
|
||||||
B3_ASSERT(d >= radius);
|
B3_ASSERT(d >= radius);
|
||||||
|
|
||||||
float32 dt = (d - radius) / d_max;
|
float32 dt = (d - radius) / d_max;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user