summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/qt3d/skybox/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/skybox/main.qml b/examples/qt3d/skybox/main.qml
index 8c995e94f..fbb3c90d0 100644
--- a/examples/qt3d/skybox/main.qml
+++ b/examples/qt3d/skybox/main.qml
@@ -62,7 +62,7 @@ Entity {
// So that the camera is rendered always at the same position as the camera
SkyboxEntity {
cameraPosition: basicCamera.position
- sourceDirectory: "qrc:/assets/cubemaps/miramar/miramar"
+ baseName: "qrc:/assets/cubemaps/miramar/miramar"
extension: ".webp"
}