mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:56:25 +02:00
Fix missing override
This commit is contained in:
parent
549059dd97
commit
18198cb6fb
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ public:
|
||||||
virtual bool contains(const glm::vec3& point) const override;
|
virtual bool contains(const glm::vec3& point) const override;
|
||||||
|
|
||||||
// these are in the frame of this object
|
// these are in the frame of this object
|
||||||
virtual glm::quat getJointRotation(int index) const;
|
virtual glm::quat getJointRotation(int index) const override;
|
||||||
virtual glm::vec3 getJointTranslation(int index) const;
|
virtual glm::vec3 getJointTranslation(int index) const override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void remapTextures();
|
void remapTextures();
|
||||||
|
|
Loading…
Reference in a new issue