mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 21:02:17 +02: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 };
|
||||
float _density { 1.0f };
|
||||
|
||||
uint32_t _lastKinematicStep;
|
||||
mutable uint32_t _lastKinematicStep;
|
||||
bool _hasInternalKinematicChanges { false };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue