fixed stuck mouse on mac osx

This commit is contained in:
oy 2015-04-02 15:28:41 +02:00
parent cd26c89c2f
commit 15fa362905

View file

@ -102,12 +102,6 @@ int CInput::KeyState(int Key)
int CInput::Update()
{
if(m_InputGrabbed && !Graphics()->WindowActive())
MouseModeAbsolute();
/*if(!input_grabbed && Graphics()->WindowActive())
Input()->MouseModeRelative();*/
if(m_InputDispatched)
{
// clear and begin count on the other one