summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/planets-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 64969553b..578080472 100644
--- a/examples/qt3d/planets-qml/PlanetShadowEffectD.qml
+++ b/examples/qt3d/planets-qml/PlanetShadowEffectD.qml
@@ -87,7 +87,7 @@ Effect {
renderStates: [
PolygonOffset { factor: 4; units: 4 },
- DepthTest { func: DepthTest.Less }
+ DepthTest { depthFunction: DepthTest.Less }
]
},
RenderPass {