Added Second Display Preview Text
This commit is contained in:
parent
fcc48ab1fe
commit
6e8a64fc0e
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -48,7 +48,7 @@ public class MonumentController : MonoBehaviour
|
||||||
public void PlaySound()
|
public void PlaySound()
|
||||||
{
|
{
|
||||||
_previewSound.PlaySound(_info.LongClip);
|
_previewSound.PlaySound(_info.LongClip);
|
||||||
//_monumentPreview.ShowInfo(_info.Name, _info.Image, _info.LongDescription, _info.LongDuration);
|
_monumentPreview.ShowInfo(_info.Name, _info.Image, _info.Description, _info.LongDuration);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue