Just tested network game Linux desktop vs Android tablet ... works fine :)

This commit is contained in:
Xawotihs@gmail.com
2013-01-29 21:05:24 +00:00
parent 0a8c846f9a
commit 12620e5d22

View File

@@ -189,10 +189,7 @@ void JNetwork::ThreadProc(void* param)
}
}
#ifdef LINUX
// erwan 2013/01 added android check because of a compilation error
#ifndef ANDROID
boost::this_thread::sleep(boost::posix_time::milliseconds(1));
#endif
#elif WIN32
// boost::this_thread::sleep(boost::posix_time::microseconds(10));
#endif