summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/PlanetShadowEffectD.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/planets-qml/PlanetShadowEffectD.qml')
-rw-r--r--examples/qt3d/planets-qml/PlanetShadowEffectD.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/planets-qml/PlanetShadowEffectD.qml b/examples/qt3d/planets-qml/PlanetShadowEffectD.qml
index ea589f491..1bbdf7548 100644
--- a/examples/qt3d/planets-qml/PlanetShadowEffectD.qml
+++ b/examples/qt3d/planets-qml/PlanetShadowEffectD.qml
@@ -42,7 +42,7 @@ Effect {
id: root
property Texture2D shadowTexture
- property Light light
+ property PlanetsLight light
parameters: [
Parameter { name: "lightViewProjection"; value: root.light.lightViewProjection },