Fixed NetworkLagDriver having wrong ChannelType and Length

This commit is contained in:
Terence Lee
2024-09-29 12:38:55 +08:00
parent 49eeb7bf9a
commit 6015514680
2 changed files with 14 additions and 9 deletions

View File

@@ -22,10 +22,10 @@ private:
double Lag;
int32 Type;
NetworkChannelType ChannelType;
NetworkMessage Message;
NetworkConnection Target;
Array<NetworkConnection> Targets;
Array<byte> MessageData; // TODO: use message buffers cache (of size config.MessageSize) to reduce dynamic memory allocations
uint32 MessageLength;
};
struct LagEvent