From 58faec4feb4975eada5904f7c9b8b4c1da8558dd Mon Sep 17 00:00:00 2001 From: gaoxin Date: Tue, 1 Jun 2021 15:44:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=BA=A2=E7=82=B9=E3=80=91=E4=B8=BB?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E9=B8=BF=E8=92=99=E9=98=B5=E7=BA=A2=E7=82=B9?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=B8=85=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua index 1916260aed..044d6a6ee6 100644 --- a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua @@ -639,6 +639,7 @@ function this.ClearRedPoint() ClearRedPointObject(RedPointType.DiffMonster, this.rpYiYao) ClearRedPointObject(RedPointType.Vientiane, this.rpColorfulWorld) ClearRedPointObject(RedPointType.PokemonMainCity, this.rpPokemon) + ClearRedPointObject(RedPointType.HongMeng,this.HongMengRedPoint) ClearRedPointObject(RedPointType.TianShuMiJuan,this.rpbtnTianShuMiJuan) ClearRedPointObject(RedPointType.LuckyTurn,this.rpbtnXingYunTanBao) ClearRedPointObject(RedPointType.FifteenDayGift,this.rpFifteenDayGift)