|
@@ -10,7 +10,7 @@ namespace UI.ClothingDecompose
|
|
|
public Controller m_c1;
|
|
|
public Controller m_TouchSelect;
|
|
|
public Controller m_clothesType;
|
|
|
- public GLoader m_loaBg;
|
|
|
+ public GLoader m_loadBg;
|
|
|
public GLoader m_Top_img;
|
|
|
public UI_Button6 m_btnClothing;
|
|
|
public UI_Button6 m_btnSkillBook;
|
|
@@ -77,7 +77,7 @@ namespace UI.ClothingDecompose
|
|
|
m_c1 = comp.GetController("c1");
|
|
|
m_TouchSelect = comp.GetController("TouchSelect");
|
|
|
m_clothesType = comp.GetController("clothesType");
|
|
|
- m_loaBg = (GLoader)comp.GetChild("loaBg");
|
|
|
+ m_loadBg = (GLoader)comp.GetChild("loadBg");
|
|
|
m_Top_img = (GLoader)comp.GetChild("Top_img");
|
|
|
m_btnClothing = (UI_Button6)UI_Button6.Create(comp.GetChild("btnClothing"));
|
|
|
m_btnSkillBook = (UI_Button6)UI_Button6.Create(comp.GetChild("btnSkillBook"));
|
|
@@ -100,7 +100,7 @@ namespace UI.ClothingDecompose
|
|
|
m_c1 = null;
|
|
|
m_TouchSelect = null;
|
|
|
m_clothesType = null;
|
|
|
- m_loaBg = null;
|
|
|
+ m_loadBg = null;
|
|
|
m_Top_img = null;
|
|
|
m_btnClothing.Dispose();
|
|
|
m_btnClothing = null;
|