mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:23:53 +00:00
Remove redundant reset calls from destructor
This commit is contained in:
parent
ea9f2761c3
commit
1168895bf3
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue