From 27ae78a043005391436975af6be926032773c335 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Mon, 11 Apr 2022 17:14:05 +1000 Subject: [PATCH] Remove redundant UIManager.Update call --- src/ExplorerCore.cs | 2 -- 1 file changed, 2 deletions(-) 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