Use sized constructor for GuiScreenWidget subclasses
Chicken-Bones opened this issue ยท 0 comments
Chicken-Bones commented
I just noticed that you're setting xSize and ySize in the initGui() method to constants rather than just using the super constructor with size params. Just a small bit of code cleaning you should probably do. (GuiTimer for example)