* Removed yet another check for "unknown" joystick type

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9105 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
Sha..om 2012-01-21 04:52:57 +00:00
parent ed1fd4a253
commit d6af43a5cb

View File

@ -89,8 +89,7 @@ public class JInputJoyInput implements JoyInput {
for (int i = 0; i < cs.length; i++){ for (int i = 0; i < cs.length; i++){
Controller c = cs[i]; Controller c = cs[i];
if (c.getType() == Controller.Type.UNKNOWN if (c.getType() == Controller.Type.KEYBOARD
|| c.getType() == Controller.Type.KEYBOARD
|| c.getType() == Controller.Type.MOUSE) || c.getType() == Controller.Type.MOUSE)
continue; continue;