I am having trouble when inactivating window (event resizing); all the contents get rendered and input works. Even the physics work but the btDiscreteDynamicsWorld stepSimulation function does not get called. I am using SFML for window and clock. If any more information is needed please let me know.
Asked
Active
Viewed 68 times
0
-
Yes, what have you tried to do to fix it? If a line of code is not being called, you should be stepping through the code to find out why. – House Dec 05 '13 at 18:36
-
every function is being called. Event the step function gets called. Its something inside the stepSimulation function. I can't even find anything about this anywhere in the internet. – Gasim Dec 05 '13 at 18:47
-
its weird because when the simulation starts, there is not problem with doing other work. – Gasim Dec 05 '13 at 19:01