We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2556c5a commit 00b6278Copy full SHA for 00b6278
src/xrGame/player_hud.h
@@ -72,9 +72,9 @@ struct attachable_hud_item
72
73
player_hud_motion_container m_hand_motions;
74
75
- attachable_hud_item(player_hud* pparent) : m_parent(pparent), m_parent_hud_item(nullptr),
76
- m_model(nullptr), m_attach_place_idx(0),
77
- m_upd_firedeps_frame(u32(-1)) {}
+ attachable_hud_item(player_hud* pparent) : m_parent(pparent), m_upd_firedeps_frame(u32(-1)),
+ m_parent_hud_item(nullptr), m_model(nullptr),
+ m_attach_place_idx(0) {}
78
79
~attachable_hud_item();
80
void load(const shared_str& sect_name);
0 commit comments