mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-04 02:31:08 +00:00
Noted Java bug that affects outlaw editor -- if affected you have to use 1.8u50 or earlier. (u40 works fine)
This commit is contained in:
parent
5e1e01e896
commit
da9e31a920
@ -130,6 +130,7 @@ public class MythosScriptEditorController
|
||||
}
|
||||
|
||||
//TODO: Verify the path conversion works in Win7 with a jar file
|
||||
// Affected by https://bugs.openjdk.java.net/browse/JDK-8136466
|
||||
editorView.getEngine().load(getClass().getResource(MYTHOS_EDITOR).toExternalForm());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user