map deco perf

This commit is contained in:
Jasper St. Pierre
2026-04-26 11:52:20 -07:00
parent 50e2d9d1a7
commit e75ea18ef0
5 changed files with 35 additions and 15 deletions
+2
View File
@@ -167,6 +167,8 @@ namespace dusk {
config::ImGuiCheckbox("Enable Depth of Field", getSettings().game.enableDepthOfField);
config::ImGuiCheckbox("Enable Mini-Map Shadows", getSettings().game.enableMapBackground);
ImGui::EndMenu();
}
}