zhangyuqian преди 11 месеца
родител
ревизия
b23ae04293
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      GameClient/Assets/Game/HotUpdate/Views/MatchingCompetition/MatchingCompetitionGatheringView.cs

+ 4 - 0
GameClient/Assets/Game/HotUpdate/Views/MatchingCompetition/MatchingCompetitionGatheringView.cs

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