Skip to content

Commit

Permalink
Merge pull request facebookarchive#4 from tullrich/master
Browse files Browse the repository at this point in the history
Add missing read alignment in ReplicaManager3::OnConstruction
  • Loading branch information
Luke1410 committed Aug 2, 2017
2 parents 0585c60 + cfbff96 commit e40de85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ReplicaManager3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ PluginReceiveResult ReplicaManager3::OnConstruction(Packet *packet, unsigned cha
}
}
}
bsIn.AlignReadToByteBoundary();

for (index=0; index < constructionObjectListSize; index++)
{
Expand Down

0 comments on commit e40de85

Please sign in to comment.