mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Avoid MSVC crash in Visual Studio 17.10.0
This commit is contained in:
parent
67c47b8603
commit
52de6177d1
@ -75,8 +75,8 @@ namespace CSMWorld
|
||||
/// Marks an additional dependency
|
||||
void addOtherDependency(const ESM::RefId& id);
|
||||
/// Clears parts and dependencies
|
||||
void reset_data(const ESM::RefId& raceId,
|
||||
const WeightsHeights& raceStats = { osg::Vec2f(1.f, 1.f), osg::Vec2f(1.f, 1.f) }, bool isBeast = false);
|
||||
void reset_data(const ESM::RefId& raceId, const WeightsHeights& raceStats = { { 1.f, 1.f }, { 1.f, 1.f } },
|
||||
bool isBeast = false);
|
||||
|
||||
private:
|
||||
bool handles(ESM::PartReferenceType type) const;
|
||||
|
Loading…
Reference in New Issue
Block a user