mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
remove unnecessary virtual keyword
This commit is contained in:
parent
138a987a8f
commit
afe0447322
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public:
|
|||
Q_INVOKABLE QVariant getOrientationVar() const;
|
||||
|
||||
// A method intended to be overriden by MyAvatar for polling orientation for network transmission.
|
||||
virtual glm::quat getOrientationOutbound() const override;
|
||||
glm::quat getOrientationOutbound() const override;
|
||||
|
||||
// Pass a recent sample of the HMD to the avatar.
|
||||
// This can also update the avatar's position to follow the HMD
|
||||
|
|
Loading…
Reference in a new issue