diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index b7947c4..87b9c9b 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -73,8 +73,6 @@ namespace UnityExplorer // check master toggle if (InputManager.GetKeyDown(ConfigManager.Master_Toggle.Value)) UIManager.ShowMenu = !UIManager.ShowMenu; - - UIManager.Update(); } #region LOGGING