Fixed NetworkLagDriver having wrong ChannelType and Length
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user