Fixed having less than the required number of bits for the data length
This commit is contained in:
parent
dc06efc1f3
commit
3dd9bc7fca
|
@ -21,7 +21,7 @@ namespace NetMsg
|
|||
std::vector<EventValue> values;
|
||||
};
|
||||
|
||||
uint16_t dataLengthInBits;
|
||||
uint32_t dataLengthInBits;
|
||||
std::vector<EventDescriptor> eventDescriptors;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user