Readd missing variable

This commit is contained in:
Jack Garrard 2022-10-27 00:27:29 -07:00
parent 24e724a824
commit e6871da878
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class SocketClient : public SocketBase {
char* recvBuf = nullptr;
int mMaxBufSize = 100;
bool mIsFirstConnect = true;
bool mHasRecvUdp;
s32 mUdpSocket;