summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/frustumcullingjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/jobs/frustumcullingjob.cpp')
-rw-r--r--src/render/jobs/frustumcullingjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/jobs/frustumcullingjob.cpp b/src/render/jobs/frustumcullingjob.cpp
index 0922fb0cb..e22d625df 100644
--- a/src/render/jobs/frustumcullingjob.cpp
+++ b/src/render/jobs/frustumcullingjob.cpp
@@ -58,7 +58,7 @@ FrustumCullingJob::FrustumCullingJob()
, m_manager(nullptr)
, m_active(false)
{
- SET_JOB_RUN_STAT_TYPE(this, JobTypes::FrustumCulling, 0);
+ SET_JOB_RUN_STAT_TYPE(this, JobTypes::FrustumCulling, 0)
}
void FrustumCullingJob::run()