Qt/TAS: Fix issue #11620

This commit is contained in:
spycrab
2019-03-26 00:38:25 +01:00
parent 8bad3f93f1
commit 04583b17da
4 changed files with 8 additions and 2 deletions

View File

@ -33,4 +33,5 @@ private:
u16 m_max_y;
u16 m_x = 0;
u16 m_y = 0;
bool m_ignore_movement = false;
};