summaryrefslogtreecommitdiffstats
path: root/examples/shadow-map-qml/Toyplane.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shadow-map-qml/Toyplane.qml')
-rw-r--r--examples/shadow-map-qml/Toyplane.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shadow-map-qml/Toyplane.qml b/examples/shadow-map-qml/Toyplane.qml
index a35826adf..971b35e97 100644
--- a/examples/shadow-map-qml/Toyplane.qml
+++ b/examples/shadow-map-qml/Toyplane.qml
@@ -49,7 +49,7 @@ Entity {
Mesh {
id: toyplaneMesh
- source: ":/assets/obj/toyplane.obj"
+ source: "assets/obj/toyplane.obj"
}
Transform {