Fixes
This commit is contained in:
@@ -100,7 +100,9 @@ namespace FlaxEditor.GUI.Docking
|
||||
// Check if window won't be docked
|
||||
if (_toSet == DockState.Float)
|
||||
{
|
||||
var window = _toMove.Window.Window;
|
||||
var window = _toMove.Window?.Window;
|
||||
if (window == null)
|
||||
return;
|
||||
Vector2 mouse = FlaxEngine.Input.MouseScreenPosition;
|
||||
|
||||
// Move base window
|
||||
|
||||
Reference in New Issue
Block a user