Request from Melon:: change "60 fps interpolation"" to "60FPS Interpolation"

This commit is contained in:
PurpleHato 2022-05-14 21:49:16 +02:00
commit 534717c8c3

View file

@ -708,7 +708,7 @@ namespace SohImGui {
EXPERIMENTAL(); EXPERIMENTAL();
EnhancementCheckbox("60 fps interpolation", "g60FPS"); EnhancementCheckbox("60FPS Interpolation", "g60FPS");
EnhancementCheckbox("Disable LOD", "gDisableLOD"); EnhancementCheckbox("Disable LOD", "gDisableLOD");
Tooltip("Turns off the level of detail setting, making models always use their higher poly variants"); Tooltip("Turns off the level of detail setting, making models always use their higher poly variants");