summaryrefslogtreecommitdiff
path: root/src/d/d_bg_s_spl_grp_chk.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-18 18:55:47 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-18 18:55:47 -0500
commitfa5010b1dd87628d8ade65425ac2f24367585121 (patch)
tree7f42997669ac6076dbe224bd77fb04537604ed32 /src/d/d_bg_s_spl_grp_chk.cpp
parente724cdf62efd66dcd81a6289fc6249bb859913fc (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.cpp2
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();
}