Skip to content

Commit

Permalink
fixup! add support for v32. Fixes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiqan committed Nov 5, 2024
1 parent 40b7bf1 commit 7c4a7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Unreal.Core/ReplayReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ public virtual void ReadNetFieldExports(FArchive archive)
}
else if (numExports > group.NetFieldExportsLength)
{
// Allow our exports to dynamically grow as more are encountered
var oldExports = group.NetFieldExports;

group.NetFieldExports = new NetFieldExport[numExports];
Expand Down

0 comments on commit 7c4a7f4

Please sign in to comment.