diff --git a/Runtime/Character/CPoseAsTransforms.hpp b/Runtime/Character/CPoseAsTransforms.hpp index a07d30553..e5dd4c63c 100644 --- a/Runtime/Character/CPoseAsTransforms.hpp +++ b/Runtime/Character/CPoseAsTransforms.hpp @@ -29,7 +29,7 @@ private: CSegId xd4_lastInserted = 0; public: - CPoseAsTransforms(u8 boneCount); + explicit CPoseAsTransforms(u8 boneCount); bool ContainsDataFor(const CSegId& id) const; void Clear(); void AccumulateScaledTransform(const CSegId& id, zeus::CMatrix3f& rotation, float scale) const;