From 992d6c229178d30e4fe1482363fe9101b7120cba Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 24 May 2025 01:49:00 -0500 Subject: [PATCH] [jasper/world/studio] Headerize config file --- .../modules/world/src/studio/worldeditor/worldeditor-imgui.cpp | 1 + 1 file changed, 1 insertion(+) 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 e1c23a3..4daf22a 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp @@ -84,6 +84,7 @@ WorldEditorImGui::WorldEditorImGui(studio::Context &sctx, ox::StringParam path): m_sctx.project->fileUpdated.connect(this, &WorldEditorImGui::handleDepUpdate); m_loader.resourcesUpdated.connect(&m_view, &WorldEditorView::setupWorld); m_loader.tileUpdated.connect(&m_view, &WorldEditorView::setupTile); + oxLogError(studio::headerizeConfigFile(keelCtx(m_sctx), itemPath())); studio::openConfig( keelCtx(m_sctx), itemPath(), [this](WorldEditorConfig const&config) { m_view.setAnimate(config.animateBg);