1
0
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:
Andrei Kortunov 2024-05-22 18:17:22 +04:00
parent 67c47b8603
commit 52de6177d1

View File

@ -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;