Virtual toggle

This commit is contained in:
Chris 2019-06-04 11:26:01 -04:00 committed by ZaneYork
parent aa2ff5bab9
commit c415b389f5
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ namespace StardewModdingAPI.Mods.VirtualKeyboard
{ {
scale = 0.5f; scale = 0.5f;
} }
if(!Game1.eventUp || Game1.activeClickableMenu is GameMenu == false) if(!Game1.eventUp && Game1.activeClickableMenu is GameMenu == false)
this.virtualToggleButton.draw(Game1.spriteBatch, Color.White * scale, 0.000001f); this.virtualToggleButton.draw(Game1.spriteBatch, Color.White * scale, 0.000001f);
} }
} }