mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-25 17:14:18 +01:00
minor cleanup
This commit is contained in:
parent
c706319f08
commit
2e906f07bf
|
|
@ -272,7 +272,7 @@ public class ILU {
|
|||
private static String getPathFromClassLoader(String libname) {
|
||||
try {
|
||||
Sys.log("getPathFromClassLoader: searching for: " + libname);
|
||||
Object o = IL.class.getClassLoader();
|
||||
Object o = ILU.class.getClassLoader();
|
||||
Class c = o.getClass();
|
||||
while (c != null) {
|
||||
try {
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ public class ILUT {
|
|||
private static String getPathFromClassLoader(String libname) {
|
||||
try {
|
||||
Sys.log("getPathFromClassLoader: searching for: " + libname);
|
||||
Object o = IL.class.getClassLoader();
|
||||
Object o = ILUT.class.getClassLoader();
|
||||
Class c = o.getClass();
|
||||
while (c != null) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue