diff --git a/axios/Engine/Extensions/InputState.cs b/axios/Engine/Extensions/InputState.cs index 53c0165..63d8c41 100644 --- a/axios/Engine/Extensions/InputState.cs +++ b/axios/Engine/Extensions/InputState.cs @@ -47,7 +47,7 @@ namespace Axios.Engine.Extensions return input.IsNewButtonRelease(button, PlayerIndex.One, out p); } - public bool IsNewKeyRelease(this InputState input, Keys key) + public static bool IsNewKeyRelease(this InputState input, Keys key) { PlayerIndex p; return input.IsNewKeyRelease(key, PlayerIndex.One, out p);