InputRecording: Fix Wunused-private-field warning.

This commit is contained in:
lightningterror 2022-12-02 20:23:25 +01:00
parent 1c1d494913
commit e4da6829d3
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ private:
bool m_initial_load_complete = false;
bool m_is_active = false;
bool m_pad_data_available = false;
bool m_watching_for_rerecords = false;
// A consistent way to run actions at the end of the each frame (ie. stop the recording)