Skip to content

Commit

Permalink
Fix crash after OpenXRay#1751 merge
Browse files Browse the repository at this point in the history
I forgot to add this in OpenXRay#1751 itself, sorry.
  • Loading branch information
Xottab-DUTY committed Dec 22, 2024
1 parent 9e4a07d commit 0dfcfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/ui/UIRankingWnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CUIRankingWnd final : public CUIWindow, public CUIWndCallback

//Alundaio: CoC Rankings
xr_vector<CUIRankingsCoC*> m_coc_ranking_vec;
CUIRankingsCoC* m_coc_ranking_actor;
CUIRankingsCoC* m_coc_ranking_actor{};
//-Alundaio

xr_vector<CUIStatic*> m_stat_info;
Expand Down

0 comments on commit 0dfcfae

Please sign in to comment.