File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ KSP_COMMUNITY_FIXES
457
457
// strut position tracking...
458
458
PartSystemsFastUpdate = true
459
459
460
- // Various small performance patches (volume normalizer, eva module checks)
460
+ // Various small performance patches (volume normalizer, eva module checks, FlightGlobals.fetch )
461
461
MinorPerfTweaks = true
462
462
463
463
// General micro-optimization of FlightIntegrator and VesselPrecalculate. This has a significant impact in
@@ -472,6 +472,7 @@ KSP_COMMUNITY_FIXES
472
472
// of orbit lines and CommNet lines.
473
473
OptimisedVectorLines = true
474
474
475
+ // Faster part icon generation and Part fields parsing.
475
476
PartParsingPerf = true
476
477
477
478
// Significantly reduces the time it takes to open the craft browser and to search by name. Most noticeable with lots of craft.
You can’t perform that action at this time.
0 commit comments