Remove useless CPU hog

ryzomclassic-develop
kaetemi 3 years ago
parent da9c5173a6
commit b33ff3cb93
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -247,7 +247,7 @@ public:
while (!StopThread)
{
while (!StopThread && !SendBuffer)
nlSleep(0);
nlSleep(1); // FIXME: Use thread event instead. This is only called once per tick, so no need to heat up the CPU here either
if (StopThread)
break;

Loading…
Cancel
Save