aboutsummaryrefslogtreecommitdiff
path: root/demo/DemoApp/sceneCustomEmit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demo/DemoApp/sceneCustomEmit.cpp')
-rw-r--r--demo/DemoApp/sceneCustomEmit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/DemoApp/sceneCustomEmit.cpp b/demo/DemoApp/sceneCustomEmit.cpp
index c52db59..8c97150 100644
--- a/demo/DemoApp/sceneCustomEmit.cpp
+++ b/demo/DemoApp/sceneCustomEmit.cpp
@@ -120,7 +120,7 @@ void SceneCustomEmit::init(AppGraphCtx* appctx, int winw, int winh)
void SceneCustomEmit::doUpdate(float dt)
{
- bool shouldUpdate = m_flowContext.updateBegin();
+ bool shouldUpdate = m_flowContext.updateBegin(dt);
if (shouldUpdate)
{
ComputeContextNvFlowContextUpdate(m_customContext, m_flowContext.m_gridContext);