- a few more.

This commit is contained in:
Christoph Oelckers 2019-01-27 16:59:50 +01:00
commit 522cc855ad
7 changed files with 18 additions and 20 deletions

View file

@ -1035,7 +1035,7 @@ void FLevelLocals::CreateLinkedPortals()
if (linkedPortals.Size() > 0)
{
// We need to relink all actors that may touch a linked line portal
auto it = Level->GetThinkerIterator<AActor>();
auto it = GetThinkerIterator<AActor>();
AActor *actor;
while ((actor = it.Next()))
{