Remove redundant UIManager.Update call

This commit is contained in:
Sinai 2022-04-11 17:14:05 +10:00
parent d6a07f05ea
commit 27ae78a043

View File

@ -73,8 +73,6 @@ namespace UnityExplorer
// check master toggle
if (InputManager.GetKeyDown(ConfigManager.Master_Toggle.Value))
UIManager.ShowMenu = !UIManager.ShowMenu;
UIManager.Update();
}
#region LOGGING