Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmess1221 committed Nov 10, 2015
1 parent 2c2fc30 commit fba3100
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion MnM-Utils
2 changes: 0 additions & 2 deletions src/main/java/mnm/mods/tabbychat/gui/TextBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ public void accept(GuiMouseEvent event) {

private void mouseClicked(int x, int y, int mouseButton) {
if (mouseButton == 0) {
System.out.println(y);
Rectangle bounds = this.getBounds();
// float scale = this.getActualScale();

int width = bounds.width;
int row = y / (fr.FONT_HEIGHT + 2);
Expand Down

0 comments on commit fba3100

Please sign in to comment.