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
I need to frequently create and del chipmunk2dObj in my game.
If i don't use the cpSpaceUseSpatialHash like you in the logoSmash demo in my game,i found that my fps is so low when the chipObj
is to much. I need the cpSpaceUseSpatialHash func but it causes a dead loop .Could you fix it? Or give me some help please.
The text was updated successfully, but these errors were encountered:
I need to frequently create and del chipmunk2dObj in my game.
If i don't use the cpSpaceUseSpatialHash like you in the logoSmash demo in my game,i found that my fps is so low when the chipObj
is to much. I need the cpSpaceUseSpatialHash func but it causes a dead loop .Could you fix it? Or give me some help please.
The text was updated successfully, but these errors were encountered: