We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b1fe9 commit 0759e31Copy full SHA for 0759e31
include/d/d_bg_s_spl_grp_chk.h
@@ -28,7 +28,7 @@ class dBgS_SplGrpChk : public cBgS_PolyInfo, public cBgS_Chk, public dBgS_Chk {
28
void SetHeight(f32 height) { m_height = height; }
29
f32 GetHeight() { return m_height; }
30
cXyz& GetPosP() { return m_ground; }
31
- f32 GetRoof() const { return m_roof; }
+ f32 GetRoof() { return m_roof; }
32
33
private:
34
/* 0x3C */ cXyz m_ground;
0 commit comments