Performances accrues par l'ajout d'un argument Java
This commit is contained in:
parent
6d8082cafe
commit
9e98b7546b
|
@ -62,6 +62,8 @@ public class Main
|
|||
*/
|
||||
public static void main(String ... args)
|
||||
{
|
||||
System.setProperty("sun.java2d.noddraw", "true");
|
||||
|
||||
Locale.setDefault(Locale.FRANCE);
|
||||
|
||||
DEV = Main.class.getClassLoader().getResource("/META-INF/MANIFEST.MF") == null;
|
||||
|
|
Loading…
Reference in New Issue