Fixed #81.
Catch ArrayIndexOutOfBoundsException in Slick's Input class. Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
parent
cab207e275
commit
8f48d9495e
2
pom.xml
2
pom.xml
|
@ -115,6 +115,8 @@
|
|||
<exclude>org/newdawn/slick/GameContainer.*</exclude>
|
||||
<exclude>org/newdawn/slick/Image.*</exclude>
|
||||
<exclude>org/newdawn/slick/Music.*</exclude>
|
||||
<exclude>org/newdawn/slick/Input.*</exclude>
|
||||
<exclude>org/newdawn/slick/Input$NullOutputStream.*</exclude>
|
||||
<exclude>org/newdawn/slick/gui/TextField.*</exclude>
|
||||
<exclude>org/newdawn/slick/openal/AudioInputStream*</exclude>
|
||||
<exclude>org/newdawn/slick/openal/OpenALStreamPlayer*</exclude>
|
||||
|
|
1568
src/org/newdawn/slick/Input.java
Normal file
1568
src/org/newdawn/slick/Input.java
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user