- small update to event pump

This commit is contained in:
Mark Vejvoda 2010-06-17 08:12:02 +00:00
parent b2f91e0f32
commit 1b5b663331

View File

@ -165,10 +165,9 @@ void PumpSDLEventsTaskThread::execute() {
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"SDL_PumpEvents thread is running\n");
try {
unsigned int idx = 0;
for(;getQuitStatus() == false;) {
SDL_PumpEvents();
sleep(100);
sleep(25);
}
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);