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