Add "Enable Water Refraction" toggle & cleanup

This commit is contained in:
Luke Street
2026-04-11 20:13:32 -06:00
parent 4879f2d340
commit e7af33d0cc
11 changed files with 14 additions and 58 deletions
+1 -5
View File
@@ -64,11 +64,7 @@ namespace dusk {
config::ImGuiCheckbox("Native Bloom", getSettings().game.enableBloom);
config::ImGuiCheckbox("Water Projection Offset", getSettings().game.useWaterProjectionOffset);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Adds GC-specific -0.01 transS offset\n"
"that causes ~6px ghost artifacts in water reflections.");
}
config::ImGuiCheckbox("Enable Water Refraction", getSettings().game.enableWaterRefraction);
ImGui::EndMenu();
}