remove warning about hidden virtual override

This commit is contained in:
Andrew Meadows 2014-09-23 09:07:23 -07:00
parent ab53202003
commit 7dd9587d20

View file

@ -56,7 +56,7 @@ public:
void setShapes(QVector<ListShapeEntry>& shapes);
// 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:
void clear();