Remove unused setNoise() function in MyAvatar.h that was causing

build error.
This commit is contained in:
LionTurtle 2013-08-21 13:44:01 -07:00
parent de9bd9e1b8
commit bb9af3103c

View file

@ -23,7 +23,6 @@ public:
// setters
void setMousePressed (bool mousePressed ) { _mousePressed = mousePressed;}
void setNoise (float mag ) { _head.noise = mag;}
void setMovedHandOffset (glm::vec3 movedHandOffset ) { _movedHandOffset = movedHandOffset;}
void setThrust (glm::vec3 newThrust ) { _thrust = newThrust; };
void setVelocity (const glm::vec3 velocity ) { _velocity = velocity; };