correct initialization of m_mouseWasGrabbed
This commit is contained in:
parent
d21013f7bc
commit
fb0504021a
@ -12,7 +12,8 @@
|
||||
Input::Input(sf::Window *w) :
|
||||
m_window(w),
|
||||
m_closeRequested(false),
|
||||
m_mouseGrabbed(false)
|
||||
m_mouseGrabbed(false),
|
||||
m_mouseWasGrabbed(false)
|
||||
{
|
||||
m_heldKeys = std::vector<int>();
|
||||
m_heldMouseButtons = std::vector<int>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user