Fix error when entering playmode while holding right mouse button
This commit is contained in:
@@ -1927,7 +1927,8 @@ namespace FlaxEditor.Viewport
|
|||||||
|
|
||||||
if (_isControllingMouse)
|
if (_isControllingMouse)
|
||||||
{
|
{
|
||||||
OnControlMouseEnd(RootWindow.Window);
|
if (RootWindow?.Window != null)
|
||||||
|
OnControlMouseEnd(RootWindow.Window);
|
||||||
_isControllingMouse = false;
|
_isControllingMouse = false;
|
||||||
_isVirtualMouseRightDown = false;
|
_isVirtualMouseRightDown = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user