mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
Updated to return the controller name unmodified from JInput.
This commit is contained in:
parent
70e3294b7b
commit
15fd0f6d81
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class JInputController implements Controller {
|
|||
*/
|
||||
public String getName() {
|
||||
String name = target.getName();
|
||||
return name.substring(0,name.length()/2);
|
||||
return name;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue