Fix tooltip update

This commit is contained in:
2026-04-04 16:14:13 +02:00
parent c01bd8cefa
commit 1f6cc0668f

View File

@@ -70,7 +70,7 @@ static FixToggle individualFixes[] = {
{ "FOV", &fov_fix_enabled, GameFixes::FOV }, { "FOV", &fov_fix_enabled, GameFixes::FOV },
{ "Ultrawide", &ultrawide_fix_enabled, GameFixes::UltraWide , "This fix is intended for ultrawide displays (> 16/9)." }, { "Ultrawide", &ultrawide_fix_enabled, GameFixes::UltraWide , "This fix is intended for ultrawide displays (> 16/9)." },
{ "Vignetting", &Vignetting_fix_enabled, GameFixes::Vignetting }, { "Vignetting", &Vignetting_fix_enabled, GameFixes::Vignetting },
{ "Fog", &Fog_fix_enabled, GameFixes::Fog, "This fix will disable partially fogs."}, { "Fog", &Fog_fix_enabled, GameFixes::Fog },
{ "HUD & UI", &HUD_fix_enabled, GameFixes::HUD }, { "HUD & UI", &HUD_fix_enabled, GameFixes::HUD },
{ "Camera distance", &camera_fix_enabled, GameFixes::Camera }, { "Camera distance", &camera_fix_enabled, GameFixes::Camera },
{ "Depth of field", &DOF_fix_enabled, GameFixes::DOF }, { "Depth of field", &DOF_fix_enabled, GameFixes::DOF },