Several LLStat variables migrated into the LLViewerStats class.

This commit is contained in:
Shyotl
2011-08-28 00:56:57 -05:00
parent 174c1800cc
commit 7e9f8c7bf8
14 changed files with 247 additions and 74 deletions

View File

@@ -4179,7 +4179,7 @@ void LLAppViewer::idleNetwork()
}
}
llpushcallstacks ;
gObjectList.mNumNewObjectsStat.addValue(gObjectList.mNumNewObjects);
LLViewerStats::getInstance()->mNumNewObjectsStat.addValue(gObjectList.mNumNewObjects);
// Retransmit unacknowledged packets.
gXferManager->retransmitUnackedPackets();