mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-04 00:23:31 +08:00
Remove redundant UIManager.Update call
This commit is contained in:
parent
d6a07f05ea
commit
27ae78a043
@ -73,8 +73,6 @@ namespace UnityExplorer
|
||||
// check master toggle
|
||||
if (InputManager.GetKeyDown(ConfigManager.Master_Toggle.Value))
|
||||
UIManager.ShowMenu = !UIManager.ShowMenu;
|
||||
|
||||
UIManager.Update();
|
||||
}
|
||||
|
||||
#region LOGGING
|
||||
|
Loading…
x
Reference in New Issue
Block a user