Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
payne911 committed Oct 30, 2019
1 parent c519617 commit bfa3fd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/payne/games/piemenu/PieMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ public PieMenu getPieMenu() {
* The suggested {@link ClickListener} that comes with the {@link PieMenu}.
* You are not obligated to use it, but this one has been designed to work
* as is, for the most part.
*
* @param pieMenu the {@link PieMenu} that contains this {@link PieMenuListener}.
*/
public PieMenuListener(PieMenu pieMenu) {
setTapSquareSize(Integer.MAX_VALUE);
Expand Down

0 comments on commit bfa3fd3

Please sign in to comment.