- restored order of destruction of interpolations and thinkers, which got accidentally reversed.

This commit is contained in:
Christoph Oelckers 2019-02-04 16:27:57 +01:00
commit 26acd564fb
2 changed files with 3 additions and 2 deletions

View file

@ -429,6 +429,7 @@ void DSectorPlaneInterpolation::OnDestroy()
{
attached[i]->DelRef();
}
attached.Reset();
Super::OnDestroy();
}