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

@ -31,6 +31,7 @@ protected:
private:
u16 m_x = 0;
u16 m_y = 0;
bool m_ignore_movement = false;
};
// Should be part of class but fails to compile on mac os