mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-05 08:19:56 +01:00
AppletLoader - added small bit of missing code (doh), thx to arielsan for spotting it
This commit is contained in:
parent
9e26e3ef59
commit
48650a6e02
|
|
@ -1560,7 +1560,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
|
||||
// if image failed to load, try another method
|
||||
if (url == null) {
|
||||
Thread.currentThread().getContextClassLoader().getResource(s);
|
||||
url = Thread.currentThread().getContextClassLoader().getResource(s);
|
||||
}
|
||||
|
||||
Image image = super.getImage(url);
|
||||
|
|
|
|||
Loading…
Reference in a new issue