Skip to content

Commit

Permalink
Add default case
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed May 9, 2024
1 parent 5b167c6 commit 2f5480a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/games/stendhal/client/stendhal.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* $Id$ */
/***************************************************************************
* (C) Copyright 2003 - Marauroa *
* (C) Copyright 2003-2024 - Marauroa *
***************************************************************************
***************************************************************************
* *
Expand Down Expand Up @@ -302,6 +302,8 @@ private static class Startup {
System.setProperty("sun.java2d.metal", "true");
break;
}
default:
break;
}
}

Expand Down

0 comments on commit 2f5480a

Please sign in to comment.