Skip to content
Snippets Groups Projects
Commit d62f8710 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

BUG: Fix api changes in simulation manager

parent e0c02079
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ main()
// Run
simManager->setActiveScene(scene);
simManager->startSimulation(SimulationStatus::PAUSED);
simManager->start(SimulationStatus::paused);
return 0;
}
\ No newline at end of file
......@@ -83,7 +83,7 @@ main()
// Run
simManager->setActiveScene(scene);
simManager->startSimulation(SimulationStatus::PAUSED);
simManager->start(SimulationStatus::paused);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment