mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
FPSCounter: Initialize members.
This commit is contained in:
parent
ed2c74a024
commit
ec402a0d5f
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
||||||
#define FPS_REFRESH_INTERVAL 1000
|
#define FPS_REFRESH_INTERVAL 1000
|
||||||
|
|
||||||
FPSCounter::FPSCounter()
|
FPSCounter::FPSCounter()
|
||||||
|
: m_fps(0)
|
||||||
|
, m_counter(0)
|
||||||
|
, m_fps_last_counter(0)
|
||||||
{
|
{
|
||||||
m_update_time.Update();
|
m_update_time.Update();
|
||||||
m_render_time.Update();
|
m_render_time.Update();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue