diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-09-16 20:38:42 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-09-16 22:32:05 -0400 |
| commit | bc2d023115f36dd68bf009eeb3ae276cc778e519 (patch) | |
| tree | 20f557cd016311f5564b0f3ad2983e414ea399ea /include/toBeSorted | |
| parent | 795183d928d9f71a7b564694e6cc80863c001b9e (diff) | |
position -> mPosition
Diffstat (limited to 'include/toBeSorted')
| -rw-r--r-- | include/toBeSorted/d_emitter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toBeSorted/d_emitter.h b/include/toBeSorted/d_emitter.h index f0976a13..82b11202 100644 --- a/include/toBeSorted/d_emitter.h +++ b/include/toBeSorted/d_emitter.h @@ -198,11 +198,11 @@ private: } f32 getActorGroundPos(dAcObjBase_c *obj) const { - return obj->position.y + mDepth; + return obj->mPosition.y + mDepth; } f32 getActorCeilPos(dAcObjBase_c *obj) const { - return obj->position.y + mHeight; + return obj->mPosition.y + mHeight; } public: |
