diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-18 18:55:47 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-18 18:55:47 -0500 |
| commit | fa5010b1dd87628d8ade65425ac2f24367585121 (patch) | |
| tree | 7f42997669ac6076dbe224bd77fb04537604ed32 /src/d/d_bg_s_spl_grp_chk.cpp | |
| parent | e724cdf62efd66dcd81a6289fc6249bb859913fc (diff) | |
some actor documentation and cleanup
Diffstat (limited to 'src/d/d_bg_s_spl_grp_chk.cpp')
| -rw-r--r-- | src/d/d_bg_s_spl_grp_chk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_bg_s_spl_grp_chk.cpp b/src/d/d_bg_s_spl_grp_chk.cpp index d425aff9..e1dcf481 100644 --- a/src/d/d_bg_s_spl_grp_chk.cpp +++ b/src/d/d_bg_s_spl_grp_chk.cpp @@ -22,7 +22,7 @@ dBgS_SplGrpChk::dBgS_SplGrpChk() { void dBgS_SplGrpChk::Init() { OffIn(); OffFind(); - SetHeight(m_ground.y); + SetHeight(GetPosP()->y); ClearPi(); } |
