From 7ed540a583bd026b276310de1997e8846a49e37a Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 24 May 2025 01:45:20 -0500 Subject: [PATCH] [jasper/world/studio] Update for turbine change --- .../modules/world/src/studio/worldeditor/worldeditorview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);