added color to selection pane when selected, fixed typo
This commit is contained in:
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) {
|
||||||
|
Reference in New Issue
Block a user