mirror of
https://github.com/collinsmith/riiablo.git
synced 2024-12-22 15:44:09 +07:00
Fixed non-zero exit code warning in supported platforms
This commit is contained in:
parent
8272dda9ef
commit
b05ca8b092
@ -183,6 +183,7 @@ public class DesktopLauncher {
|
||||
|
||||
config.width = width;
|
||||
config.height = height;
|
||||
config.forceExit = SystemUtils.IS_OS_MAC_OSX; /** see {@link LwjglApplicationConfiguration#forceExit */
|
||||
final Client client = new Client(d2Home, d2Saves, height);
|
||||
if (cmd != null) {
|
||||
client.setWindowedForced(cmd.hasOption("windowed"));
|
||||
|
Loading…
Reference in New Issue
Block a user