summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/PlanetEffectDB.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/planets-qml/PlanetEffectDB.qml')
-rw-r--r--examples/qt3d/planets-qml/PlanetEffectDB.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/planets-qml/PlanetEffectDB.qml b/examples/qt3d/planets-qml/PlanetEffectDB.qml
index 210a3390d..b05e8ceaa 100644
--- a/examples/qt3d/planets-qml/PlanetEffectDB.qml
+++ b/examples/qt3d/planets-qml/PlanetEffectDB.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 },