This commit is contained in:
Anuken
2019-12-16 10:12:39 -05:00
parent 487607e1d6
commit d47f86cc21
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ public class DesktopLauncher extends ClientLauncher{
stencil = 0;
width = 900;
height = 700;
setWindowIcon(FileType.Internal, "icons/icon_64.png");
setWindowIcon(FileType.internal, "icons/icon_64.png");
}});
}catch(Throwable e){
handleCrash(e);