mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-10 02:33:27 +02:00
add initializer for member variable
This commit is contained in:
parent
445c730ca3
commit
ae699e2a65
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ protected:
|
||||||
quint32 _takeoffJumpButtonID;
|
quint32 _takeoffJumpButtonID;
|
||||||
|
|
||||||
// data for walking up steps
|
// data for walking up steps
|
||||||
btVector3 _stepPoint;
|
btVector3 _stepPoint { 0.0f, 0.0f, 0.0f };
|
||||||
btVector3 _stepNormal { 0.0f, 0.0f, 0.0f };
|
btVector3 _stepNormal { 0.0f, 0.0f, 0.0f };
|
||||||
btVector3 _stepUpVelocity { 0.0f, 0.0f, 0.0f };
|
btVector3 _stepUpVelocity { 0.0f, 0.0f, 0.0f };
|
||||||
btScalar _stepHeight { 0.0f };
|
btScalar _stepHeight { 0.0f };
|
||||||
|
|
Loading…
Reference in a new issue