Fix loading of MD5

Former-commit-id: 169cc42b3cd41e62ccdd4095acc8383f15df2de9
This commit is contained in:
Gawaboumga
2016-05-30 14:26:32 +02:00
parent 36c1ef1b97
commit c3d3ad20ac
2 changed files with 6 additions and 2 deletions

View File

@@ -37,6 +37,8 @@ namespace Nz
Animation::~Animation()
{
OnAnimationRelease(this);
Destroy();
}
bool Animation::AddSequence(const Sequence& sequence)