- a few more.
This commit is contained in:
parent
ae544fa21f
commit
522cc855ad
7 changed files with 18 additions and 20 deletions
|
|
@ -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()))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue