Fix mistake in input_handler.cc

This commit is contained in:
Maxime Coste 2016-04-13 23:50:49 +01:00
parent 54dfd8605a
commit f877c388fe

View File

@ -1402,7 +1402,7 @@ void InputHandler::handle_key(Key key)
{
write_to_debug_buffer("Macro recording started but not finished");
m_recording_reg = 0;
m_handle_key_level = -1;
m_recording_level = -1;
}
}
}