This commit is contained in:
Sinai
2021-04-24 05:23:29 +10:00
parent bda286ddae
commit 38bd19c243
2 changed files with 61 additions and 55 deletions

View File

@ -51,7 +51,8 @@ namespace UnityExplorer.UI.Panels
public override void Update()
{
SceneExplorer.Update();
if (SelectedTab == 0)
SceneExplorer.Update();
}
public override void SaveToConfigManager()