Optimized

This commit is contained in:
Vulpovile
2022-10-05 13:52:03 -07:00
parent c5f4f829b3
commit 09ea4744fc
4 changed files with 9 additions and 9 deletions

View File

@@ -343,9 +343,9 @@ void Application::onSimulation(RealTime rdt, SimTime sdt, SimTime idt) {
p->setParent(NULL);
delete p;
}
for(int i = 0; i < 10; i++)
for(int i = 0; i < 4; i++)
{
_dataModel->getEngine()->step(0.05F);
_dataModel->getEngine()->step(0.03F);
}
onLogic();