mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
merge
This commit is contained in:
parent
24b34b19b1
commit
cf065a413c
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ enum KeyState
|
|||
class AvatarData : public AgentData {
|
||||
public:
|
||||
AvatarData();
|
||||
AvatarData* clone() const;
|
||||
|
||||
const glm::vec3& getPosition() const { return _position; }
|
||||
void setPosition(const glm::vec3 position) { _position = position; }
|
||||
|
|
Loading…
Reference in a new issue