diff --git a/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.cpp b/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.cpp index ca96f0e..15e866c 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.cpp @@ -48,7 +48,7 @@ void WorldEditorView::draw(ox::Size const&targetSz) noexcept { if (m_animateWorld) { auto const wakeUp = m_world.update(); if (wakeUp.ok()) { - turbine::setRefreshWithin(m_sctx.tctx, wakeUp.value); + turbine::requireRefreshWithin(m_sctx.tctx, wakeUp.value); } } ngfx::gl::draw(*m_nctx, m_scale);