Numeric redundancies. Could be bad when using copy paste
This commit is contained in:
@@ -263,8 +263,8 @@ public class GuiCraftingCPU extends AEBaseGui implements ISortSource
|
||||
|
||||
int x = 0;
|
||||
int y = 0;
|
||||
int xo = 0 + 9;
|
||||
int yo = 0 + 22;
|
||||
int xo = 9;
|
||||
int yo = 22;
|
||||
int viewStart = myScrollBar.getCurrentScroll() * 3;
|
||||
int viewEnd = viewStart + 3 * 6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user