From d8dfc8616b8a65ea3e8f9b83eff1aa0d224b3898 Mon Sep 17 00:00:00 2001 From: gotmachine <24925209+gotmachine@users.noreply.github.com> Date: Sun, 8 Oct 2023 09:18:04 +0200 Subject: [PATCH] DragCubeGeneration : actually enable it :P --- GameData/KSPCommunityFixes/Settings.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/KSPCommunityFixes/Settings.cfg b/GameData/KSPCommunityFixes/Settings.cfg index a2b1838..1679d44 100644 --- a/GameData/KSPCommunityFixes/Settings.cfg +++ b/GameData/KSPCommunityFixes/Settings.cfg @@ -345,7 +345,7 @@ KSP_COMMUNITY_FIXES // the 1.25m and 2.5m nose cones and the Mainsail shroud). Note that by design, this patch results in a small // deviation from the stock behavior for buyoancy, aerodynamics and thermodynamics, as the generated drag cubes // will be slightly different. - DragCubeGeneration = false + DragCubeGeneration = true // Faster and minimal-allocation replacements for the Localizer.Format() methods, can provide // significant speedup for GUI-heavy mods using localized strings.