RonYanDaik

Results 34 comments of RonYanDaik

> And from here on `m_rootStatic` has invalid values. Adding `m_rootStatic = nullptr;` there fixed the crash but I have no idea if it will break speed of algorithm or...

I have same issue.

``` stl::hash_set contacts; for (const auto body : scheduled_to_delete_bodies) { const auto phys_body = body->get_body(); if (phys_body != nullptr) { // In this case, we're trying store contact pointer to...