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
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.
You can’t perform that action at this time.
0 commit comments