- fixed: DInterpolation was unlinking itself from the wrong interpolator
The global one was just a leftover, the real one is on the current level.
This commit is contained in:
parent
65f3fec283
commit
0a781b9bbb
2 changed files with 8 additions and 2 deletions
|
|
@ -19,9 +19,10 @@ class DInterpolation : public DObject
|
|||
TObjPtr<DInterpolation*> Prev;
|
||||
|
||||
protected:
|
||||
FLevelLocals *Level;
|
||||
int refcount;
|
||||
|
||||
DInterpolation();
|
||||
DInterpolation(FLevelLocals *l) : Level(l) {}
|
||||
|
||||
public:
|
||||
int AddRef();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue