Must be static
This commit is contained in:
		@@ -47,7 +47,7 @@ namespace Axios.Engine.Extensions
 | 
				
			|||||||
            return input.IsNewButtonRelease(button, PlayerIndex.One, out p);
 | 
					            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;
 | 
					            PlayerIndex p;
 | 
				
			||||||
            return input.IsNewKeyRelease(key, PlayerIndex.One, out p);
 | 
					            return input.IsNewKeyRelease(key, PlayerIndex.One, out p);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user