diff --git a/MLEM/Extensions/WindowExtensions.cs b/MLEM/Extensions/WindowExtensions.cs index 48c58dc..3db813e 100644 --- a/MLEM/Extensions/WindowExtensions.cs +++ b/MLEM/Extensions/WindowExtensions.cs @@ -36,7 +36,7 @@ namespace MLEM.Extensions { return true; } - private void OnTextInput(object sender, EventArgs args) { + private void OnTextInput(object sender, object args) { if (key == null) key = args.GetType().GetProperty("Key"); if (character == null)