Merge branch 'Tryibion-lock-scene-change'
This commit is contained in:
@@ -74,6 +74,11 @@ namespace FlaxEditor.Windows
|
|||||||
if (Level.ScenesCount > 1)
|
if (Level.ScenesCount > 1)
|
||||||
return;
|
return;
|
||||||
_actorScrollValues.Clear();
|
_actorScrollValues.Clear();
|
||||||
|
if (LockObjects)
|
||||||
|
{
|
||||||
|
LockObjects = false;
|
||||||
|
Presenter.Deselect();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnScrollValueChanged()
|
private void OnScrollValueChanged()
|
||||||
|
|||||||
Reference in New Issue
Block a user