Skip to content

Commit

Permalink
Update PauseMenuButtonComponent.java
Browse files Browse the repository at this point in the history
removed second declaration of GdxGame
  • Loading branch information
The-AhmadAA authored Oct 14, 2023
1 parent ba67a69 commit 49551bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class PauseMenuButtonComponent extends UIComponent {
private static final float windowSizeY = 400;
// private static float padScaleFactorY;
// private static float padScaleFactorX;
private final GdxGame game;

public PauseMenuButtonComponent(GdxGame screenSwitchHandle) {
game = screenSwitchHandle;
Expand Down

0 comments on commit 49551bc

Please sign in to comment.