From afe044732230626ee4af5e5cca5abb2315106e90 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Mon, 8 May 2017 14:27:39 -0700 Subject: [PATCH] remove unnecessary virtual keyword --- interface/src/avatar/MyAvatar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/avatar/MyAvatar.h b/interface/src/avatar/MyAvatar.h index afe7fd017a..901ddbef76 100644 --- a/interface/src/avatar/MyAvatar.h +++ b/interface/src/avatar/MyAvatar.h @@ -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