One... last.... const....

This commit is contained in:
Philip Rosedale 2013-04-23 12:07:12 -07:00
parent 5556686875
commit 90c56e796b

View file

@ -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;};