mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
prepare for possible future coding standard
This commit is contained in:
parent
41f7ef1e2e
commit
4feb9dc8c6
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ private:
|
|||
QUuid _holderID;
|
||||
|
||||
void doKinematicUpdate(float deltaTimeStep);
|
||||
bool _kinematic = false;
|
||||
bool _kinematicSetVelocity = false;
|
||||
bool _previousSet = false;
|
||||
bool _kinematic { false };
|
||||
bool _kinematicSetVelocity { false };
|
||||
bool _previousSet { false };
|
||||
glm::vec3 _previousPositionalTarget;
|
||||
glm::quat _previousRotationalTarget;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue