1
0
mirror of https://github.com/ynerant/Level-Editor.git synced 2025-01-09 08:02:19 +00:00

Performances accrues par l'ajout d'un argument Java

This commit is contained in:
galaxyoyo 2015-01-12 22:21:08 +01:00
parent 6d8082cafe
commit 9e98b7546b

View File

@ -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;