Skip to content

Commit 16f9209

Browse files
committed
Added missing comment in Settings.cfg
1 parent a750b5d commit 16f9209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GameData/KSPCommunityFixes/Settings.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ KSP_COMMUNITY_FIXES
457457
// strut position tracking...
458458
PartSystemsFastUpdate = true
459459

460-
// Various small performance patches (volume normalizer, eva module checks)
460+
// Various small performance patches (volume normalizer, eva module checks, FlightGlobals.fetch)
461461
MinorPerfTweaks = true
462462

463463
// General micro-optimization of FlightIntegrator and VesselPrecalculate. This has a significant impact in
@@ -472,6 +472,7 @@ KSP_COMMUNITY_FIXES
472472
// of orbit lines and CommNet lines.
473473
OptimisedVectorLines = true
474474

475+
// Faster part icon generation and Part fields parsing.
475476
PartParsingPerf = true
476477

477478
// Significantly reduces the time it takes to open the craft browser and to search by name. Most noticeable with lots of craft.

0 commit comments

Comments
 (0)