fix bubble notifications having a width of 0

This commit is contained in:
yugecin
2017-05-28 23:21:10 +02:00
parent 7d9ea309bf
commit 02632deff0
2 changed files with 4 additions and 9 deletions

View File

@@ -513,7 +513,6 @@ public class MainMenu extends BaseOpsuState {
@Override
public boolean mousePressed(int button, int x, int y) {
//BubNotifListener.EVENT.make().onBubNotif("hi", Colors.BUB_ORANGE);
// check mouse button
if (button == Input.MOUSE_MIDDLE_BUTTON)
return false;