Merge remote-tracking branch 'aleric/master'
Conflicts: indra/newview/lltexturefetch.cpp indra/newview/llviewerwindow.cpp
This commit is contained in:
@@ -251,7 +251,7 @@ U64 totalTime()
|
||||
}
|
||||
else
|
||||
{
|
||||
if (current_clock_count >= gLastTotalTimeClockCount)
|
||||
if (LL_LIKELY(current_clock_count >= gLastTotalTimeClockCount))
|
||||
{
|
||||
// No wrapping, we're all okay.
|
||||
gTotalTimeClockCount += current_clock_count - gLastTotalTimeClockCount;
|
||||
|
||||
Reference in New Issue
Block a user