added color to selection pane when selected, fixed typo

This commit is contained in:
Harrison Deng 2017-05-07 16:25:49 -05:00
parent 2adaa11762
commit 3180e7a7e6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -149,7 +149,7 @@ public class MusicSelectable extends Button implements Disposable {
albumArt.dispose();
} else {
imageIcon = new Image(albumCover);
Gdx.app.debug("UI", "album cover invalid or null for image: " + songName);
Gdx.app.debug("UI", "album cover invalid or null for song: " + songName);
}
if (invalidMusic) {