- restored order of destruction of interpolations and thinkers, which got accidentally reversed.
This commit is contained in:
parent
a0042fd653
commit
26acd564fb
2 changed files with 3 additions and 2 deletions
|
|
@ -429,6 +429,7 @@ void DSectorPlaneInterpolation::OnDestroy()
|
|||
{
|
||||
attached[i]->DelRef();
|
||||
}
|
||||
attached.Reset();
|
||||
Super::OnDestroy();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue