mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
call correct native method!
This commit is contained in:
parent
6fd2a42ef0
commit
db1952489a
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ public class IL {
|
|||
public static native boolean ilLoadImage(String fileName);
|
||||
public static boolean ilLoadL(int Type, ByteBuffer Lump, int Size) {
|
||||
BufferChecks.checkDirect(Lump);
|
||||
return nilIsValidL(Type, Lump, Lump.position(), Size);
|
||||
return nilLoadL(Type, Lump, Lump.position(), Size);
|
||||
}
|
||||
public static native boolean nilLoadL(int Type, ByteBuffer Lump, int lump_offset, int Size);
|
||||
public static native boolean ilLoadPal(String FileName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue