lazy creation of batch scheduler, it causes issues with the physics.

This commit is contained in:
erwincoumans
2018-06-16 13:59:03 -07:00
parent 9b0845a0f1
commit 42c9d9aa3c
2 changed files with 18 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ class PhysicsServerCommandProcessor : public CommandProcessorInterface
struct PhysicsServerCommandProcessorInternalData* m_data;
void resetSimulation();
void createTaskScheduler();
protected: