Fixes wording

This commit is contained in:
Ada 2022-05-14 14:19:51 +01:00
commit e0fd6f63c0

View file

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