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
Currently the static collider's position is updated after the first update loop and hence can lead to unexpected behaviour for the first box2d physics world step. Figure out a proper order/way to initialize a static collider with its position.