Fix the two names in the item tile flipped.
This commit is contained in:
@@ -40,8 +40,8 @@ namespace Cryville.Crtr.Browsing.UI {
|
|||||||
m_icon.sprite = m_iconPlaceholder;
|
m_icon.sprite = m_iconPlaceholder;
|
||||||
if (meta.Cover != null) meta.Cover.Destination = DisplayCover;
|
if (meta.Cover != null) meta.Cover.Destination = DisplayCover;
|
||||||
if (meta.Meta != null) {
|
if (meta.Meta != null) {
|
||||||
m_title.text = meta.Meta.name;
|
m_title.text = meta.Meta.song.name;
|
||||||
m_desc.text = meta.Meta.song.name;
|
m_desc.text = meta.Meta.name;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
m_title.text = "<color=#ff0000>Invalid resource</color>";
|
m_title.text = "<color=#ff0000>Invalid resource</color>";
|
||||||
|
|||||||
Reference in New Issue
Block a user