Skip to content

Commit

Permalink
Merge pull request #4 from Ceikry/fix-scuffed-window-size
Browse files Browse the repository at this point in the history
Added a default window size to stop annoying bug from happening
  • Loading branch information
Pazaz committed Jun 18, 2022
2 parents 53d9d9d + aba8cf3 commit 71d479a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/main/java/rt4/client.java
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ public static void main(@OriginalArg(0) String[] arg0) {
instance = c;
c.startApplication(modeWhat + 32, "runescape");
GameShell.frame.setLocation(40, 40);
GameShell.frame.setSize(768, 530); //set a reasonable size by default
} catch (@Pc(167) Exception ex) {
TracingException.report(null, ex);
}
Expand Down

0 comments on commit 71d479a

Please sign in to comment.