From a49af0bc322fec27b4b08ea98f3be6c9ab848bd6 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 25 May 2024 22:07:42 -0500 Subject: [PATCH] [jasper/world/studio] Cleanup --- .../modules/world/src/studio/worldeditor/worldeditor-imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 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 e4f56dc..56aa416 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp @@ -336,7 +336,7 @@ ox::Error WorldEditorImGui::loadObjectSets() noexcept { return {}; } -ox::Error WorldEditorImGui::undoStackChanged(studio::UndoCommand const*cmd) { +ox::Error WorldEditorImGui::undoStackChanged(studio::UndoCommand const*) { oxReturnError(m_view.setupWorld()); return {}; }