[jasper/world/studio] Cleanup
All checks were successful
Build / build (push) Successful in 3m8s

This commit is contained in:
2024-05-25 22:07:42 -05:00
parent 46544872cd
commit a49af0bc32

View File

@ -336,7 +336,7 @@ ox::Error WorldEditorImGui::loadObjectSets() noexcept {
return {}; return {};
} }
ox::Error WorldEditorImGui::undoStackChanged(studio::UndoCommand const*cmd) { ox::Error WorldEditorImGui::undoStackChanged(studio::UndoCommand const*) {
oxReturnError(m_view.setupWorld()); oxReturnError(m_view.setupWorld());
return {}; return {};
} }