Better comment

This commit is contained in:
ceikry 2022-06-18 10:41:13 -05:00
parent 094a30903c
commit aba8cf3afe

View file

@ -259,7 +259,7 @@ public final class client extends GameShell {
instance = c;
c.startApplication(modeWhat + 32, "runescape");
GameShell.frame.setLocation(40, 40);
GameShell.frame.setSize(768, 530); //set a reasonable size by default because in HD window gets too damn small
GameShell.frame.setSize(768, 530); //set a reasonable size by default
} catch (@Pc(167) Exception ex) {
TracingException.report(null, ex);
}