forked from MoonsideGames/MoonWorks
fix mouse button updating twice
parent
c4bae77408
commit
fa992652b1
|
@ -86,8 +86,6 @@ namespace MoonWorks.Input
|
||||||
|
|
||||||
foreach (var button in Buttons)
|
foreach (var button in Buttons)
|
||||||
{
|
{
|
||||||
button.Update();
|
|
||||||
|
|
||||||
if (button.IsPressed)
|
if (button.IsPressed)
|
||||||
{
|
{
|
||||||
AnyPressed = true;
|
AnyPressed = true;
|
||||||
|
|
Loading…
Reference in New Issue