Move mods menu after tools

This commit is contained in:
Luke Street
2026-04-24 11:56:31 -06:00
parent 1fb5d1ee2a
commit 0d6b47ac73
+1 -1
View File
@@ -329,8 +329,8 @@ namespace dusk {
ImGui::PushStyleColor(ImGuiCol_WindowBg, ImVec4(0.0f, 0.0f, 0.0f, 0.0f));
if (showMenu && ImGui::BeginMainMenuBar()) {
m_menuGame.draw();
m_menuMods.draw();
m_menuTools.draw();
m_menuMods.draw();
const auto fpsLabel =
fmt::format(FMT_STRING("FPS: {:.2f}\n"), ImGui::GetIO().Framerate);