mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
AppletLoader: fix bug with LWJGL 2.5 where appletloader crashed if the al_version parameter was used.
This commit is contained in:
parent
029fa0e974
commit
3656b80763
1 changed files with 1 additions and 1 deletions
|
|
@ -737,7 +737,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
// save version information once jars downloaded successfully
|
||||
if (version != null) {
|
||||
percentage = 90;
|
||||
writeVersionFile(dir, latestVersion);
|
||||
writeVersionFile(versionFile, latestVersion);
|
||||
}
|
||||
|
||||
// save file names with last modified info once downloaded successfully
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue