summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml')
-rw-r--r--examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml b/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml
index 84c34dc3..d6921387 100644
--- a/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml
+++ b/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml
@@ -69,7 +69,7 @@ Image {
onCreatedChanged: {
if (created) {
- sun.z = 1; // above the sky but below the ground layer
+ sun.z = 1; // above the sky but below the ground layer
window.activeSuns++;
} else {
window.activeSuns--;