Fixed a couple of shameful things, thanks to Fractured for pointing out

This commit is contained in:
Siana Gearz
2011-06-21 01:04:50 +02:00
parent 839418991e
commit 04e41002c5
3 changed files with 26 additions and 38 deletions

View File

@@ -3605,10 +3605,8 @@ void LLAppViewer::idle()
// *FIX: (???) SAMANTHA
if (viewer_stats_timer.getElapsedTimeF32() >= SEND_STATS_PERIOD && !gDisconnected)
{
// <edit> we are not transmitting session stats
//llinfos << "Transmitting sessions stats" << llendl;
//send_stats();
// </edit>
llinfos << "Transmitting sessions stats" << llendl;
send_stats();
viewer_stats_timer.reset();
}