mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Fix some more bugs.
This commit is contained in:
@@ -238,10 +238,6 @@ void AppPlatform_windows::recenterMouse()
|
||||
|
||||
void AppPlatform_windows::setMouseGrabbed(bool b)
|
||||
{
|
||||
// only if stuff has changed do we update
|
||||
if (m_bGrabbedMouse == b)
|
||||
return;
|
||||
|
||||
m_bGrabbedMouse = b;
|
||||
|
||||
if (m_bActuallyGrabbedMouse == (b && m_bIsFocused))
|
||||
|
||||
Reference in New Issue
Block a user