Fix tooltip update
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user