Qt/TAS: Fix issue #11620

This commit is contained in:
spycrab 2019-03-26 00:38:25 +01:00
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