Core/PacketIO: Fixed building SMSG_UPDATE_OBJECT for array fields sharing the same initial bit index after ClearChanged was called on one of them

This commit is contained in:
Shauren
2021-03-25 20:17:35 +01:00
parent 07a47947e2
commit 834cd15540

View File

@@ -558,7 +558,6 @@ namespace UF
{
static_assert(std::is_base_of<Base, Derived>::value, "Given field argument must belong to the same structure as this HasChangesMask");
_changesMask.Reset(Bit);
_changesMask.Reset(FirstElementBit + index);
}