Increased buffersize to 256 bytes
This commit is contained in:
parent
3606cb642a
commit
dc1abb2997
@ -97,7 +97,7 @@ protected:
|
||||
void SendQuat32(unsigned char *data, unsigned char *startIndex,
|
||||
const Quaternion q);
|
||||
|
||||
unsigned char buffer[32];
|
||||
unsigned char buffer[256];
|
||||
virtual void SendBuffer(unsigned char bufferSize);
|
||||
|
||||
void PublishClient();
|
||||
|
Loading…
x
Reference in New Issue
Block a user