Several LLStat variables migrated into the LLViewerStats class.
This commit is contained in:
@@ -4179,7 +4179,7 @@ void LLAppViewer::idleNetwork()
|
||||
}
|
||||
}
|
||||
llpushcallstacks ;
|
||||
gObjectList.mNumNewObjectsStat.addValue(gObjectList.mNumNewObjects);
|
||||
LLViewerStats::getInstance()->mNumNewObjectsStat.addValue(gObjectList.mNumNewObjects);
|
||||
|
||||
// Retransmit unacknowledged packets.
|
||||
gXferManager->retransmitUnackedPackets();
|
||||
|
||||
Reference in New Issue
Block a user