summaryrefslogtreecommitdiffstats
path: root/src/render/lights
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights')
-rw-r--r--src/render/lights/qspotlight.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qspotlight.cpp b/src/render/lights/qspotlight.cpp
index 55e3c079e..b62e81a55 100644
--- a/src/render/lights/qspotlight.cpp
+++ b/src/render/lights/qspotlight.cpp
@@ -174,7 +174,7 @@ void QSpotLight::setQuadraticAttenuation(float value)
}
}
- QVector3D QSpotLight::localDirection() const
+QVector3D QSpotLight::localDirection() const
{
Q_D(const QSpotLight);
return d->m_localDirection;