We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3767dd commit d2f2002Copy full SHA for d2f2002
src/xrGame/ui/UISpawnWnd.cpp
@@ -37,7 +37,7 @@ CUISpawnWnd::CUISpawnWnd()
37
38
std::ignore = UIHelper::CreateStatic(xml_doc, "team_selector:image_frames_tl", this);
39
std::ignore = UIHelper::CreateStatic(xml_doc, "team_selector:image_frames_tr", this);
40
- // std::ignore = UIHelper::CreateStatic(xml_doc, "team_selector:image_frames_bottom", this);
+ std::ignore = UIHelper::CreateStatic(xml_doc, "team_selector:image_frames_bottom", this, false);
41
std::ignore = UIHelper::CreateScrollView(xml_doc, "team_selector:text_desc", this);
42
43
m_pBtnAutoSelect = UIHelper::Create3tButton(xml_doc, "team_selector:btn_autoselect", this);
0 commit comments