mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Re-add ShipInit::InitAll()
to the end of applyPreset()
. (#5574)
This commit is contained in:
parent
9432b3420b
commit
bf3add7a72
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue