diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-29 09:47:30 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-29 10:01:37 -0400 |
| commit | e82b6a8532f97bb7ec13884596b2c518d4413530 (patch) | |
| tree | 74835d278e8f5f74866e807651d129eee61ab5f9 /Source/Core/VideoCommon/FPSCounter.cpp | |
| parent | bf23fcfc1fc838fd7ee8dc75dce46fbd7f432945 (diff) | |
FPSCounter: Direct initialize class members
Diffstat (limited to 'Source/Core/VideoCommon/FPSCounter.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/FPSCounter.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/FPSCounter.cpp b/Source/Core/VideoCommon/FPSCounter.cpp index 54817a7c0e..9466ab70a9 100644 --- a/Source/Core/VideoCommon/FPSCounter.cpp +++ b/Source/Core/VideoCommon/FPSCounter.cpp @@ -13,9 +13,6 @@ #define FPS_REFRESH_INTERVAL 1000 FPSCounter::FPSCounter() - : m_fps(0) - , m_counter(0) - , m_fps_last_counter(0) { m_update_time.Update(); m_render_time.Update(); |
