mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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 setLeanSideways(float dist);
|
||||
void addLean(float x, float z);
|
||||
float getLastMeasuredHeadYaw() {return _head.yawRate;}
|
||||
float getLastMeasuredHeadYaw() const {return _head.yawRate;}
|
||||
float getBodyYaw() {return _bodyYaw;};
|
||||
void addBodyYaw(float y) {_bodyYaw += y;};
|
||||
|
||||
|
|
Loading…
Reference in a new issue