From 71bfa85aece42afa703e192d72a5ddece649dd15 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 13 十一月 2018 10:42:31 +0800
Subject: [PATCH] 3335 api命名修改

---
 System/Rune/RunePathWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Rune/RunePathWin.cs b/System/Rune/RunePathWin.cs
index 31b6751..4401163 100644
--- a/System/Rune/RunePathWin.cs
+++ b/System/Rune/RunePathWin.cs
@@ -68,7 +68,7 @@
 
             _describeText.alignment = TextAnchor.UpperCenter;
             _describeText.text = StringUtility.Contact(itemPathModel.extraInfos[0], "\n",
-                UIHelper.GetTextColorByItemColor(TextColType.Blue, itemPathModel.extraInfos[1]));
+                UIHelper.AppendStringColor(TextColType.Blue, itemPathModel.extraInfos[1]));
 
         }
 

--
Gitblit v1.8.0