Toggle bloom from graphics menu

This commit is contained in:
Irastris
2026-03-16 19:54:44 -04:00
parent 61d2ba1e33
commit 563e25e1b9
4 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -22,6 +22,7 @@ namespace dusk {
ImGui::Separator();
if (ImGui::BeginMenu("Graphics")) {
ImGui::Checkbox("Native Bloom", &m_graphicsSettings.m_enableBloom);
ImGui::EndMenu();
}
@@ -426,4 +427,4 @@ namespace dusk {
ImGui::End();
}
}
}