|
@@ -87,6 +87,10 @@ namespace GFGGame
|
|
|
|
|
|
private void UpdateView()
|
|
private void UpdateView()
|
|
{
|
|
{
|
|
|
|
+ if(MatchingCompetitionDataManager.Instance.WorksID == 0)
|
|
|
|
+ {
|
|
|
|
+ MatchingCompetitionDataManager.Instance.MyNtextture = null;
|
|
|
|
+ }
|
|
if (MatchingCompetitionDataManager.Instance.MyNtextture == null)
|
|
if (MatchingCompetitionDataManager.Instance.MyNtextture == null)
|
|
{
|
|
{
|
|
_ui.m_playerImage.texture = null;
|
|
_ui.m_playerImage.texture = null;
|