UI update 02
This commit is contained in:
@@ -32,7 +32,7 @@ public class ghPrefab : MonoBehaviour
|
||||
|
||||
if (songImg != null)
|
||||
{
|
||||
songImg.sprite = songData != null ? songData.illustration : null;
|
||||
songImg.sprite = songData != null ? songData.GetResolvedIllustration() : null;
|
||||
songImg.enabled = songImg.sprite != null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user