_wayland dragging completed
This commit is contained in:
@@ -1017,7 +1017,7 @@ namespace FlaxEditor.Modules
|
||||
if (_lastLayoutSaveTime.Ticks > 10 && now - _lastLayoutSaveTime >= TimeSpan.FromSeconds(10))
|
||||
{
|
||||
Profiler.BeginEvent("Save Layout");
|
||||
SaveCurrentLayout();
|
||||
//SaveCurrentLayout();
|
||||
Profiler.EndEvent();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user