- fixed some errors with parsing globals.json. It looks like this file is being processed correctly now.

This commit is contained in:
Christoph Oelckers 2016-09-22 19:36:23 +02:00
commit c22e8c50af
4 changed files with 39 additions and 35 deletions

View file

@ -353,8 +353,8 @@ void FRandom::StaticReadRNGState(FSerializer &arc)
}
arc.EndObject();
}
arc.EndArray();
}
arc.EndArray();
}
}