summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/lightgatherer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/jobs/lightgatherer.cpp')
-rw-r--r--src/render/jobs/lightgatherer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/jobs/lightgatherer.cpp b/src/render/jobs/lightgatherer.cpp
index f4c8dfba8..b79976aef 100644
--- a/src/render/jobs/lightgatherer.cpp
+++ b/src/render/jobs/lightgatherer.cpp
@@ -53,7 +53,7 @@ LightGatherer::LightGatherer()
, m_manager(nullptr)
, m_environmentLight(nullptr)
{
- SET_JOB_RUN_STAT_TYPE(this, JobTypes::LightGathering, 0);
+ SET_JOB_RUN_STAT_TYPE(this, JobTypes::LightGathering, 0)
}
void LightGatherer::run()