fix mouse button updating twice

pull/36/head
cosmonaut 2022-11-17 18:16:26 -08:00
parent c4bae77408
commit fa992652b1
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ namespace MoonWorks.Input
foreach (var button in Buttons)
{
button.Update();
if (button.IsPressed)
{
AnyPressed = true;