mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
removed premature created = true
This commit is contained in:
parent
8e28671ce0
commit
696a4c7ed9
3 changed files with 0 additions and 3 deletions
|
|
@ -621,7 +621,6 @@ public class IL {
|
|||
"IL", "libIL.so",
|
||||
"IL", "libIL.dylib"}, IL.class.getClassLoader());
|
||||
nCreate(illPaths);
|
||||
created = true;
|
||||
|
||||
try {
|
||||
IL.initNativeStubs();
|
||||
|
|
|
|||
|
|
@ -168,7 +168,6 @@ public class ILU {
|
|||
"ILU", "libILU.so",
|
||||
"ILU", "libILU.dylib"}, ILU.class.getClassLoader());
|
||||
nCreate(iluPaths);
|
||||
created = true;
|
||||
|
||||
try {
|
||||
ILU.initNativeStubs();
|
||||
|
|
|
|||
|
|
@ -133,7 +133,6 @@ public class ILUT {
|
|||
"ILUT", "libILUT.so",
|
||||
"ILUT", "libILUT.dylib"}, ILUT.class.getClassLoader());
|
||||
nCreate(ilutPaths);
|
||||
created = true;
|
||||
|
||||
try {
|
||||
ILUT.initNativeStubs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue