Must be static

master
Nathan Adams 2012-06-03 15:42:58 -05:00
parent 6f1d7e6d4d
commit 8e7771ef63
1 changed files with 1 additions and 1 deletions

View File

@ -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);