hi there everyone,
I have a pause button on my game but I don't know how to make it work,
I was using world.step(0); when the game is paused
and if I unpaused world.stpe(1/60) but when i played it , some rigid bodies dissapear.
Am I doing something wrong? or is there another way to make the game pause.
thanks...