mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 13:30:33 +02:00
Added isMyAvatar to AvatarData too
This commit is contained in:
parent
05d2887c94
commit
16e1fc8c3a
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ public:
|
|||
AvatarData();
|
||||
virtual ~AvatarData();
|
||||
|
||||
virtual bool isMyAvatar() { return false; }
|
||||
|
||||
const QUuid& getSessionUUID() const { return _sessionUUID; }
|
||||
|
||||
const glm::vec3& getPosition() const;
|
||||
|
|
Loading…
Reference in a new issue