removed debug info.
This commit is contained in:
@@ -140,7 +140,7 @@ private:
|
||||
std::vector<ServerInfo> m_Serverlist;
|
||||
bool m_SearchingForServers = false;
|
||||
std::clock_t m_StartSearchTime;
|
||||
double m_SearchingTime = 2000; // Config I guess
|
||||
double m_SearchingTime = 200; // Config I guess
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -27,7 +27,7 @@ private:
|
||||
boost::asio::io_service m_IOService;
|
||||
boost::asio::ip::udp::endpoint m_ReceiverEndpoint;
|
||||
boost::shared_ptr<boost::asio::ip::udp::socket> m_Socket;
|
||||
int lastReceivedSnapshotGroup = 0;
|
||||
int m_LastReceivedSnapshotGroup = 0;
|
||||
int readBuffer();
|
||||
void readPartOfPacket();
|
||||
PacketID m_SendPacketID = 0;
|
||||
|
||||
Reference in New Issue
Block a user