aboutsummaryrefslogtreecommitdiff
path: root/demo/DemoApp/sceneSimpleSmoke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demo/DemoApp/sceneSimpleSmoke.cpp')
-rw-r--r--demo/DemoApp/sceneSimpleSmoke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/DemoApp/sceneSimpleSmoke.cpp b/demo/DemoApp/sceneSimpleSmoke.cpp
index da5440d..4c849b9 100644
--- a/demo/DemoApp/sceneSimpleSmoke.cpp
+++ b/demo/DemoApp/sceneSimpleSmoke.cpp
@@ -120,7 +120,7 @@ NvFlowFloat3 SceneSimpleSmoke::velocityFunc(float theta, float rate)
void SceneSimpleSmoke::doUpdate(float dt)
{
- bool shouldUpdate = m_flowContext.updateBegin();
+ bool shouldUpdate = m_flowContext.updateBegin(dt);
if (shouldUpdate)
{
AppGraphCtxProfileBegin(m_appctx, "Simulate");