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
Let FixtureDef.cache_key use our new parameter key
The FixtureDef cache must agree with reorder_items about what parmeters
are the same.
The new param key must (and can) be compared by value, so we change from
"is" to "==" in FixtureDef.execute.
0 commit comments