Skip to content

Commit d2f2002

Browse files
committed
xrGame/ui/UISpawnWnd.cpp: returned bottom image from CS (#382)
1 parent e3767dd commit d2f2002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/ui/UISpawnWnd.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CUISpawnWnd::CUISpawnWnd()
3737

3838
std::ignore = UIHelper::CreateStatic(xml_doc, "team_selector:image_frames_tl", this);
3939
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);
40+
std::ignore = UIHelper::CreateStatic(xml_doc, "team_selector:image_frames_bottom", this, false);
4141
std::ignore = UIHelper::CreateScrollView(xml_doc, "team_selector:text_desc", this);
4242

4343
m_pBtnAutoSelect = UIHelper::Create3tButton(xml_doc, "team_selector:btn_autoselect", this);

0 commit comments

Comments
 (0)