Merge branch 'future' of git://github.com/siana/SingularityViewer.git into BatchIndexing
Conflicts: indra/newview/hippopanelgrids.cpp indra/newview/llstartup.cpp indra/newview/llsurface.cpp indra/newview/llviewermessage.cpp indra/newview/llviewerparceloverlay.cpp indra/newview/llviewertexturelist.cpp indra/newview/llworld.cpp
This commit is contained in:
@@ -684,8 +684,7 @@ void LLStatusBar::setBalance(S32 balance)
|
||||
|
||||
if( balance != mBalance )
|
||||
{
|
||||
mBalanceTimer->reset();
|
||||
mBalanceTimer->setTimerExpirySec( ICON_TIMER_EXPIRY );
|
||||
mBalanceTimer->reset(ICON_TIMER_EXPIRY);
|
||||
mBalance = balance;
|
||||
}
|
||||
}
|
||||
@@ -729,8 +728,7 @@ void LLStatusBar::setHealth(S32 health)
|
||||
}
|
||||
}
|
||||
|
||||
mHealthTimer->reset();
|
||||
mHealthTimer->setTimerExpirySec( ICON_TIMER_EXPIRY );
|
||||
mHealthTimer->reset(ICON_TIMER_EXPIRY);
|
||||
}
|
||||
|
||||
mHealth = health;
|
||||
|
||||
Reference in New Issue
Block a user