summaryrefslogtreecommitdiffstats
path: root/src/render/backend/entity_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/entity_p.h')
-rw-r--r--src/render/backend/entity_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/backend/entity_p.h b/src/render/backend/entity_p.h
index 5448b5297..075871d85 100644
--- a/src/render/backend/entity_p.h
+++ b/src/render/backend/entity_p.h
@@ -104,8 +104,8 @@ public:
QVector<Entity *> children() const;
bool hasChildren() const { return !m_childrenHandles.empty(); }
- QMatrix4x4 *worldTransform();
- const QMatrix4x4 *worldTransform() const;
+ Matrix4x4 *worldTransform();
+ const Matrix4x4 *worldTransform() const;
Sphere *localBoundingVolume() const { return m_localBoundingVolume.data(); }
Sphere *worldBoundingVolume() const { return m_worldBoundingVolume.data(); }
Sphere *worldBoundingVolumeWithChildren() const { return m_worldBoundingVolumeWithChildren.data(); }