summaryrefslogtreecommitdiffstats
path: root/src/render/defaults/qdiffusespecularmapmaterial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/defaults/qdiffusespecularmapmaterial.cpp')
-rw-r--r--src/render/defaults/qdiffusespecularmapmaterial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/defaults/qdiffusespecularmapmaterial.cpp b/src/render/defaults/qdiffusespecularmapmaterial.cpp
index 18a78db3f..7e5bb760b 100644
--- a/src/render/defaults/qdiffusespecularmapmaterial.cpp
+++ b/src/render/defaults/qdiffusespecularmapmaterial.cpp
@@ -126,7 +126,7 @@ void QDiffuseSpecularMapMaterialPrivate::init()
Q_Q(QDiffuseSpecularMapMaterial);
m_annotation->setParent(q);
m_annotation->setName(QStringLiteral("renderingStyle"));
- m_annotation->setValue("forward");
+ m_annotation->setValue(QStringLiteral("forward"));
m_diffuseSpecularMapGL3Technique->addAnnotation(m_annotation);
m_diffuseSpecularMapGL2Technique->addAnnotation(m_annotation);