- resorted portal render data.

Compiles but does not work...
This commit is contained in:
Christoph Oelckers 2018-04-01 22:26:57 +02:00
commit 248a29bf06
40 changed files with 204 additions and 195 deletions

View file

@ -1024,6 +1024,7 @@ void G_SerializeLevel(FSerializer &arc, bool hubload)
}
}
AActor::RecreateAllAttachedLights();
InitPortalGroups();
Renderer->EndSerialize(arc);
}