avoid glx es2 setup

This commit is contained in:
Gregor Lohaus
2026-05-27 16:13:15 +02:00
parent c2a45ca17b
commit 194a6556c0
2 changed files with 3 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ public final class Main extends Application {
}
public static void main(String[] args) {
System.setProperty("prism.order", "sw");
System.setProperty("prism.verbose", "true");
launch(Main.class, args);
}
}