mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
_lastKinematicStep now mutable, avoids explicit const_cast
This commit is contained in:
parent
286d09939d
commit
ed62a2fc37
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ protected:
|
||||||
btRigidBody* _body { nullptr };
|
btRigidBody* _body { nullptr };
|
||||||
float _density { 1.0f };
|
float _density { 1.0f };
|
||||||
|
|
||||||
uint32_t _lastKinematicStep;
|
mutable uint32_t _lastKinematicStep;
|
||||||
bool _hasInternalKinematicChanges { false };
|
bool _hasInternalKinematicChanges { false };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue