mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 02:48:12 +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;
|
QUuid _holderID;
|
||||||
|
|
||||||
void doKinematicUpdate(float deltaTimeStep);
|
void doKinematicUpdate(float deltaTimeStep);
|
||||||
bool _kinematic = false;
|
bool _kinematic { false };
|
||||||
bool _kinematicSetVelocity = false;
|
bool _kinematicSetVelocity { false };
|
||||||
bool _previousSet = false;
|
bool _previousSet { false };
|
||||||
glm::vec3 _previousPositionalTarget;
|
glm::vec3 _previousPositionalTarget;
|
||||||
glm::quat _previousRotationalTarget;
|
glm::quat _previousRotationalTarget;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue