You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though I never touch any sleep functions, when I run cpSpaceStep() after a collision, and it gets to line 223 of cpSpaceComponent.c which is this;
somehow it gets set to 1. I've double checked and sleepTimeThreshold is infinity at this point.
The reason this is an issue at all is because later on during this Step it gets stuck in an infinite loop looking for arbiters. What's curious about this issue is it only happens for me when I do a Release build in cmake and then link statically. It also doesn't happen on Windows, just Linux and emscripten from my testing.
The text was updated successfully, but these errors were encountered:
Even though I never touch any sleep functions, when I run cpSpaceStep() after a collision, and it gets to line 223 of cpSpaceComponent.c which is this;
somehow it gets set to 1. I've double checked and sleepTimeThreshold is infinity at this point.
The reason this is an issue at all is because later on during this Step it gets stuck in an infinite loop looking for arbiters. What's curious about this issue is it only happens for me when I do a Release build in cmake and then link statically. It also doesn't happen on Windows, just Linux and emscripten from my testing.
The text was updated successfully, but these errors were encountered: