aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llframetimer.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llframetimer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llframetimer.cpp b/linden/indra/llcommon/llframetimer.cpp
index 96e5014..e4e8a18 100644
--- a/linden/indra/llcommon/llframetimer.cpp
+++ b/linden/indra/llcommon/llframetimer.cpp
@@ -53,7 +53,6 @@ void LLFrameTimer::updateFrameTime()
53 sTotalTime = total_time; 53 sTotalTime = total_time;
54 sTotalSeconds = U64_to_F64(sTotalTime) * USEC_TO_SEC_F64; 54 sTotalSeconds = U64_to_F64(sTotalTime) * USEC_TO_SEC_F64;
55 sFrameTime = U64_to_F64(sTotalTime - sStartTotalTime) * USEC_TO_SEC_F64; 55 sFrameTime = U64_to_F64(sTotalTime - sStartTotalTime) * USEC_TO_SEC_F64;
56 sFrameCount++;
57} 56}
58 57
59void LLFrameTimer::start() 58void LLFrameTimer::start()