mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 16:55:35 +00:00
Added missing member initializer.
Was uninitialized and thus saved a debug image on every startup as the boolean value was mostly non-zero.
This commit is contained in:
@ -102,7 +102,7 @@ public:
|
||||
bool correction{ true };
|
||||
|
||||
bool noSwitch{ false };
|
||||
bool writeNextFrameToFile;
|
||||
bool writeNextFrameToFile{ false };
|
||||
|
||||
milliseconds lastTimeFPS{ nowMilliseconds() };
|
||||
milliseconds currentTimeFPS{ nowMilliseconds() };
|
||||
|
||||
Reference in New Issue
Block a user