diff --git a/src/OpenTK/Platform/Windows/XInputJoystick.cs b/src/OpenTK/Platform/Windows/XInputJoystick.cs index 23d29d2c..a51cc48f 100644 --- a/src/OpenTK/Platform/Windows/XInputJoystick.cs +++ b/src/OpenTK/Platform/Windows/XInputJoystick.cs @@ -381,7 +381,7 @@ namespace OpenTK.Platform.Windows } if (dll == IntPtr.Zero) { - //XInput was not found on this platform + Debug.Print("XInput was not found on this platform"); return; }