disable water refraction in debug, fixes #422

This commit is contained in:
madeline
2026-04-20 05:36:31 -07:00
parent 331827a0e2
commit 42097c0e8d
5 changed files with 15 additions and 7 deletions
-2
View File
@@ -143,8 +143,6 @@ namespace dusk {
}
if (bloomOff) ImGui::EndDisabled();
config::ImGuiCheckbox("Enable Water Refraction", getSettings().game.enableWaterRefraction);
ImGui::Checkbox("Enable LOD Bias", &aurora::gx::enableLodBias);
ImGui::EndMenu();