view: Initialize keyboard local var

This commit is contained in:
Seth Hillbrand 2019-01-02 19:45:09 -08:00
parent 37967eb685
commit 9f8f938660
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ void VC_SETTINGS::Reset()
m_enableMousewheelPan = false;
m_panWithRightButton = false;
m_panWithLeftButton = false;
m_lastKeyboardCursorPositionValid = false;
}