This commit is contained in:
sinaioutlander
2020-09-13 17:29:01 +10:00
parent fbf9859e0f
commit 11cbd24a6a
4 changed files with 97 additions and 58 deletions

View File

@ -56,7 +56,6 @@ namespace Explorer
public override void OnUpdate()
{
// Check main toggle key input
if (InputHelper.GetKeyDown(ModConfig.Instance.Main_Menu_Toggle))
{
ShowMenu = !ShowMenu;