mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +00:00
Remove redundant reset calls from destructor
This commit is contained in:
parent
ea9f2761c3
commit
1168895bf3
@ -64,9 +64,6 @@ ActorAnimation::~ActorAnimation()
|
||||
{
|
||||
mInsert->removeChild(iter->second);
|
||||
}
|
||||
|
||||
mScabbard.reset();
|
||||
mHolsteredShield.reset();
|
||||
}
|
||||
|
||||
PartHolderPtr ActorAnimation::attachMesh(const std::string& model, const std::string& bonename, bool enchantedGlow, osg::Vec4f* glowColor)
|
||||
|
Loading…
x
Reference in New Issue
Block a user