mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
FPSCounter: Initialize members.
This commit is contained in:
parent
ed2c74a024
commit
ec402a0d5f
@ -13,6 +13,9 @@
|
||||
#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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user