Change mainloop to no longer use gIdleCallbacks

This commit is contained in:
Aleric Inglewood
2012-07-25 21:24:40 +02:00
parent 3b7887a041
commit 516f5a40d0
5 changed files with 66 additions and 38 deletions

View File

@@ -367,6 +367,7 @@ void LLCrashLogger::updateApplication(const std::string& message)
{
gServicePump->pump();
gServicePump->callback();
//FIXME: AIStateMachine::mainloop(); needs CPU cycles. Can't call it from here though, because it uses gSavedSettings which is part of newview.
}
bool LLCrashLogger::init()