diff -r c4ca3b5877b088e13498689416cddb2d1b201416 -r 646318719561be5f6c5172302afeb8cb9ef4997d axios/Engine/Extensions/InputState.cs --- a/axios/Engine/Extensions/InputState.cs Sun Jun 03 15:42:25 2012 -0500 +++ b/axios/Engine/Extensions/InputState.cs Sun Jun 03 15:42:58 2012 -0500 @@ -47,7 +47,7 @@ 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);