From c81e208f70d9aa2217039148c870ff56ae0f20a1 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 2 Oct 2024 01:19:01 -0500 Subject: [PATCH] [jasper/world/studio] Remove Editor::setRequiresConstantRefresh --- .../modules/world/src/studio/worldeditor/worldeditor-imgui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp b/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp index e2a37bb..fbb8214 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp @@ -85,7 +85,6 @@ WorldEditorImGui::WorldEditorImGui(studio::StudioContext &sctx, ox::StringView p m_worldStatic(loadWorldStatic(m_objCache, m_doc)), m_view(m_sctx, m_worldStatic) { oxThrowError(loadObjectSets()); - setRequiresConstantRefresh(false); m_objSetPicker.filePicked.connect(this, &WorldEditorImGui::addObjSet); m_sctx.project->fileUpdated.connect(this, &WorldEditorImGui::handleDepUpdate); studio::Editor::undoStack()->changeTriggered.connect(this, &WorldEditorImGui::undoStackChanged);