added color to selection pane when selected, fixed typo
This commit is contained in:
parent
2adaa11762
commit
3180e7a7e6
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 4.2 KiB |
@ -149,7 +149,7 @@ public class MusicSelectable extends Button implements Disposable {
|
|||||||
albumArt.dispose();
|
albumArt.dispose();
|
||||||
} else {
|
} else {
|
||||||
imageIcon = new Image(albumCover);
|
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) {
|
if (invalidMusic) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user