mirror of
https://github.com/zeldaret/ss
synced 2026-06-05 03:07:49 -04:00
position -> mPosition
This commit is contained in:
@@ -78,8 +78,8 @@ void daPlayerActBase_c::setPosRot(const mVec3_c *pos, const mAng3_c *rot, bool f
|
||||
if (isInEvent() || force) {
|
||||
mStts.ClrCcMove();
|
||||
if (pos != nullptr) {
|
||||
position = *pos;
|
||||
mOldPosition = position;
|
||||
mPosition = *pos;
|
||||
mOldPosition = mPosition;
|
||||
velocity.y = 0.0f;
|
||||
}
|
||||
if (rot != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user