mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Encapsulated LIBRARY_NAME
This commit is contained in:
parent
c6c26e568d
commit
72fedde744
10 changed files with 15 additions and 16 deletions
|
|
@ -211,7 +211,7 @@ public class Keyboard {
|
|||
* Static initialization
|
||||
*/
|
||||
private static void initialize() {
|
||||
System.loadLibrary(Sys.LIBRARY_NAME);
|
||||
System.loadLibrary(Sys.getLibraryName());
|
||||
initIDs();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue