mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 20:49:56 +00:00
Fix a wrong use of reference that causes potential crash
This commit is contained in:
parent
471bbd0021
commit
37b9d2fb0c
1 changed files with 8 additions and 8 deletions
|
@ -29,7 +29,7 @@ namespace MWMechanics
|
|||
|
||||
private:
|
||||
float mDuration;
|
||||
const MWWorld::Ptr& mDoorPtr;
|
||||
MWWorld::Ptr mDoorPtr;
|
||||
ESM::Position mLastPos;
|
||||
float mAdjAngle;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue