Skip to content
Snippets Groups Projects
Commit a3f82647 authored by Tor Martin Frøberg Wang's avatar Tor Martin Frøberg Wang
Browse files

Fixed bug where setButtonBlack set button white

parent 159cfb63
No related branches found
No related tags found
1 merge request!57Resolve "Fix bubble game"
...@@ -74,6 +74,6 @@ public class PauseButton extends Sprite { ...@@ -74,6 +74,6 @@ public class PauseButton extends Sprite {
} }
public void setButtonBlack(){ public void setButtonBlack(){
this.currentActiveTexture = this.whiteButtonTexture; this.currentActiveTexture = this.blackButtonTexture;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment