From 534717c8c3d6fbb3b6298bdcba59f4c9283fde3d Mon Sep 17 00:00:00 2001 From: PurpleHato Date: Sat, 14 May 2022 21:49:16 +0200 Subject: [PATCH] Request from Melon:: change "60 fps interpolation"" to "60FPS Interpolation" --- libultraship/libultraship/SohImGuiImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 9715a9a9e..67dfd3856 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -708,7 +708,7 @@ namespace SohImGui { EXPERIMENTAL(); - EnhancementCheckbox("60 fps interpolation", "g60FPS"); + EnhancementCheckbox("60FPS Interpolation", "g60FPS"); EnhancementCheckbox("Disable LOD", "gDisableLOD"); Tooltip("Turns off the level of detail setting, making models always use their higher poly variants");