Skip to content

Commit 0759e31

Browse files
authored
d_bg_w_kcol work (#2576)
1 parent e0b1fe9 commit 0759e31

File tree

2 files changed

+469
-4
lines changed

2 files changed

+469
-4
lines changed

include/d/d_bg_s_spl_grp_chk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class dBgS_SplGrpChk : public cBgS_PolyInfo, public cBgS_Chk, public dBgS_Chk {
2828
void SetHeight(f32 height) { m_height = height; }
2929
f32 GetHeight() { return m_height; }
3030
cXyz& GetPosP() { return m_ground; }
31-
f32 GetRoof() const { return m_roof; }
31+
f32 GetRoof() { return m_roof; }
3232

3333
private:
3434
/* 0x3C */ cXyz m_ground;

0 commit comments

Comments
 (0)