Skip to content

Commit

Permalink
xrGame/ui/UISpawnWnd.cpp: returned bottom image from CS (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Feb 13, 2024
1 parent e3767dd commit d2f2002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/ui/UISpawnWnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CUISpawnWnd::CUISpawnWnd()

std::ignore = UIHelper::CreateStatic(xml_doc, "team_selector:image_frames_tl", this);
std::ignore = UIHelper::CreateStatic(xml_doc, "team_selector:image_frames_tr", this);
// 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);
std::ignore = UIHelper::CreateScrollView(xml_doc, "team_selector:text_desc", this);

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

0 comments on commit d2f2002

Please sign in to comment.