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);