mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
One... last.... const....
This commit is contained in:
parent
5556686875
commit
90c56e796b
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class Head : public AvatarData {
|
||||||
void setLeanForward(float dist);
|
void setLeanForward(float dist);
|
||||||
void setLeanSideways(float dist);
|
void setLeanSideways(float dist);
|
||||||
void addLean(float x, float z);
|
void addLean(float x, float z);
|
||||||
float getLastMeasuredHeadYaw() {return _head.yawRate;}
|
float getLastMeasuredHeadYaw() const {return _head.yawRate;}
|
||||||
float getBodyYaw() {return _bodyYaw;};
|
float getBodyYaw() {return _bodyYaw;};
|
||||||
void addBodyYaw(float y) {_bodyYaw += y;};
|
void addBodyYaw(float y) {_bodyYaw += y;};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue