summaryrefslogtreecommitdiffstats
path: root/src/render/backend/triangleboundingvolume_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/triangleboundingvolume_p.h')
-rw-r--r--src/render/backend/triangleboundingvolume_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/backend/triangleboundingvolume_p.h b/src/render/backend/triangleboundingvolume_p.h
index 1163efc46..3192ad456 100644
--- a/src/render/backend/triangleboundingvolume_p.h
+++ b/src/render/backend/triangleboundingvolume_p.h
@@ -78,7 +78,7 @@ public:
const QVector3D &c);
Qt3DCore::QNodeId id() const Q_DECL_FINAL;
- bool intersects(const RayCasting::QRay3D &ray, QVector3D *q) const Q_DECL_FINAL;
+ bool intersects(const RayCasting::QRay3D &ray, QVector3D *q, QVector3D *uvw) const Q_DECL_FINAL;
Type type() const Q_DECL_FINAL;
QVector3D a() const;