mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
remove warning about hidden virtual override
This commit is contained in:
parent
ab53202003
commit
7dd9587d20
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
||||||
void setShapes(QVector<ListShapeEntry>& shapes);
|
void setShapes(QVector<ListShapeEntry>& shapes);
|
||||||
|
|
||||||
// TODO: either implement this or remove ListShape altogether
|
// TODO: either implement this or remove ListShape altogether
|
||||||
bool findRayIntersection(const glm::vec3& rayStart, const glm::vec3& rayDirection, float& distance) const { return false; }
|
virtual bool findRayIntersection(RayIntersectionInfo& intersection) const { return false; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void clear();
|
void clear();
|
||||||
|
|
Loading…
Reference in a new issue