Minor fixes

This commit is contained in:
Wojtek Figat
2024-03-14 17:30:54 +01:00
parent 7545e49284
commit 3ba6867cd2
3 changed files with 4 additions and 2 deletions

View File

@@ -221,7 +221,6 @@ namespace FlaxEditor.Windows
{
if (!Editor.StateMachine.CurrentState.CanEditScene)
return;
ShowContextMenu(node, location);
}