mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-29 03:44:24 +01:00
removed repaint() which had no effect.
This commit is contained in:
parent
c11fa3f1ee
commit
fab73d2e8f
|
|
@ -322,7 +322,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieves the applet that has been loaded. Usefull for liveconnect.
|
||||
* Retrieves the applet that has been loaded. Useful for liveconnect.
|
||||
*/
|
||||
public Applet getApplet() {
|
||||
return lwjglApplet;
|
||||
|
|
@ -615,7 +615,6 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
fatalErrorOccured(e.getMessage());
|
||||
} finally {
|
||||
loaderThread = null;
|
||||
repaint();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue