diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/EventRecorder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/EventRecorder.cpp b/common/EventRecorder.cpp index 3d5eee3e52..57ab475f4a 100644 --- a/common/EventRecorder.cpp +++ b/common/EventRecorder.cpp @@ -100,6 +100,7 @@ EventRecorder::EventRecorder() { _lastEventCount = 0; _lastMillis = 0; + _recordMode = kPassthrough; } EventRecorder::~EventRecorder() { |