mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:03:26 +02:00
Remove unused setNoise() function in MyAvatar.h that was causing
build error.
This commit is contained in:
parent
de9bd9e1b8
commit
bb9af3103c
1 changed files with 0 additions and 1 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue