1
0
Fork 0

include/Spectre/Game.h: Remove unused variable.

This commit is contained in:
Henrik Hautakoski 2020-12-16 16:35:14 +01:00
parent 3855cdd541
commit 6ee1752735

View file

@ -56,8 +56,6 @@ private :
FPSCounter m_fpsCounter;
double m_timestep;
bool m_running;
};