summaryrefslogtreecommitdiffstats
path: root/src/render/defaults/qskyboxentity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/defaults/qskyboxentity.cpp')
-rw-r--r--src/render/defaults/qskyboxentity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/defaults/qskyboxentity.cpp b/src/render/defaults/qskyboxentity.cpp
index 4c23e6b49..e522ecfa2 100644
--- a/src/render/defaults/qskyboxentity.cpp
+++ b/src/render/defaults/qskyboxentity.cpp
@@ -115,7 +115,7 @@ void QSkyboxEntityPrivate::init()
m_annotation->setParent(m_effect);
m_annotation->setName(QStringLiteral("renderingStyle"));
- m_annotation->setValue("forward");
+ m_annotation->setValue(QStringLiteral("forward"));
m_gl3Technique->addAnnotation(m_annotation);
m_gl2Technique->addAnnotation(m_annotation);