mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
FPSCounter: Direct initialize class members
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user