mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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);
|
void setShapes(QVector<ListShapeEntry>& shapes);
|
||||||
|
|
||||||
// TODO: either implement this or remove ListShape altogether
|
// TODO: either implement this or remove ListShape altogether
|
||||||
virtual bool findRayIntersection(RayIntersectionInfo& intersection) const { return false; }
|
bool findRayIntersection(RayIntersectionInfo& intersection) const { return false; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void clear();
|
void clear();
|
||||||
|
|
Loading…
Reference in a new issue