- implement proper GC handling for AActor::ViewPos.

This commit is contained in:
Christoph Oelckers 2022-04-02 07:52:22 +02:00
commit 27cba4c990
6 changed files with 13 additions and 12 deletions

View file

@ -171,6 +171,7 @@ IMPLEMENT_POINTERS_START(AActor)
IMPLEMENT_POINTER(master)
IMPLEMENT_POINTER(Poisoner)
IMPLEMENT_POINTER(alternative)
IMPLEMENT_POINTER(ViewPos)
IMPLEMENT_POINTERS_END
AActor::~AActor ()