Let me just say ....

Ooops

was forgetting to increment a counter
This commit is contained in:
endolf 2005-11-11 19:22:55 +00:00
parent dc39383a67
commit db744e1d41

View file

@ -120,6 +120,7 @@ JNIEXPORT jint JNICALL Java_net_java_games_input_JInputLibrary_nativeInit
if(jsDevices[i]!=NULL) {
LOG_TRACE("Copying joystick device %d to jinput device list %d\n", i, jinputNumDevices);
jinputDeviceList[jinputNumDevices] = jsDevices[i];
jinputNumDevices++;
}
}