mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Re-add ShipInit::InitAll()
to the end of applyPreset()
.
This commit is contained in:
parent
40fa3c8d64
commit
e444727ca5
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) {
|
void DrawPresetSelector(std::vector<PresetSection> includeSections, std::string presetLoc, bool disabled) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue