Merge /u/geoffmc/flightgear/ branch msvc-build2 into next
https://sourceforge.net/p/flightgear/flightgear/merge-requests/133/
This commit is contained in:
commit
f17685ca79
1 changed files with 1 additions and 5 deletions
|
@ -377,11 +377,7 @@ public:
|
|||
virtual ~CanvasImageRequest() {
|
||||
if (currenttask){
|
||||
SG_LOG(SG_NETWORK, SG_INFO, "canvasimage task running");
|
||||
#ifdef _WIN32
|
||||
Sleep(15000);
|
||||
#else
|
||||
sleep(15);
|
||||
#endif
|
||||
SGTimeStamp::sleepForMSec(55); /* avoid <windows.h>, for Sleep... */
|
||||
}
|
||||
|
||||
if (canvas && connected){
|
||||
|
|
Loading…
Add table
Reference in a new issue