mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-03 07:19:56 +01:00
AppletLoader - Fix a threading issue where the cleanUp() method could fail to be called.
This commit is contained in:
parent
62f8a9608a
commit
4fe9b04bd4
|
|
@ -768,6 +768,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
switchApplet();
|
||||
|
||||
state = STATE_DONE;
|
||||
repaint();
|
||||
} catch (AccessControlException ace) {
|
||||
fatalErrorOccured(ace.getMessage(), ace);
|
||||
certificateRefused = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue