mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
remove virtual for ListShape::findRayIntersection()
This commit is contained in:
parent
7dd9587d20
commit
58bcb98dd6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
void setShapes(QVector<ListShapeEntry>& shapes);
|
||||
|
||||
// TODO: either implement this or remove ListShape altogether
|
||||
virtual bool findRayIntersection(RayIntersectionInfo& intersection) const { return false; }
|
||||
bool findRayIntersection(RayIntersectionInfo& intersection) const { return false; }
|
||||
|
||||
protected:
|
||||
void clear();
|
||||
|
|
Loading…
Reference in a new issue