Fixed bad VisualThinker nodes getting into the render list
Relink on loading instead of serializing since order doesn't matter here.
This commit is contained in:
parent
a2450e1195
commit
672a21f533
2 changed files with 8 additions and 4 deletions
|
|
@ -995,7 +995,6 @@ void FLevelLocals::Serialize(FSerializer &arc, bool hubload)
|
|||
("automap", automap)
|
||||
("interpolator", interpolator)
|
||||
("frozenstate", frozenstate)
|
||||
("visualthinkerhead", VisualThinkerHead)
|
||||
("actorbehaviors", ActorBehaviors);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue