summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/torus-qml
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2016-03-02 14:33:00 +0100
committerVolker Krause <volker.krause@kdab.com>2016-03-03 08:33:34 +0000
commitc14e55774d10b56a9283e873dc3ba1645a3b8392 (patch)
tree62f867484d5f5d48d63667c4eab220f2a717f46f /examples/qt3d/torus-qml
parentc47615de545b61d75a905888b26303b5cdb0fa5c (diff)
Don't draw a black torus on top of a black background.
Change-Id: Iaa4f9a37d999e2c4b4252303eb40c89793f29142 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d/torus-qml')
-rw-r--r--examples/qt3d/torus-qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/torus-qml/main.qml b/examples/qt3d/torus-qml/main.qml
index 9c050cc40..9e3a8f073 100644
--- a/examples/qt3d/torus-qml/main.qml
+++ b/examples/qt3d/torus-qml/main.qml
@@ -73,7 +73,7 @@ Entity {
id : external_forward_renderer
activeFrameGraph : ForwardRenderer {
camera: camera
- clearColor: "black"
+ clearColor: "lightsteelblue"
}
}