Re-add ShipInit::InitAll() to the end of applyPreset().

This commit is contained in:
Malkierian 2025-06-12 10:37:06 -07:00
commit e444727ca5

View file

@ -110,6 +110,7 @@ void applyPreset(std::string presetName, std::vector<PresetSection> includeSecti
} }
} }
} }
ShipInit::InitAll();
} }
void DrawPresetSelector(std::vector<PresetSection> includeSections, std::string presetLoc, bool disabled) { void DrawPresetSelector(std::vector<PresetSection> includeSections, std::string presetLoc, bool disabled) {