mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Fixed non-zero exit code warning in supported platforms
This commit is contained in:
@ -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"));
|
||||
|
Reference in New Issue
Block a user