Skip to content
Snippets Groups Projects
Commit b56996df authored by Andrew Wilson's avatar Andrew Wilson :elephant:
Browse files

BUG: Fix viewer not having a timestep

parent 86f53c59
No related branches found
No related tags found
No related merge requests found
...@@ -190,6 +190,7 @@ SimulationManager::start() ...@@ -190,6 +190,7 @@ SimulationManager::start()
for (auto viewer : m_viewers) for (auto viewer : m_viewers)
{ {
viewer->setDt(m_numSteps * m_dt);
viewer->update(); viewer->update();
} }
} }
......
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