diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/LightingThread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LightingThread.cpp b/src/LightingThread.cpp index d9c41481a..7c3cc9c76 100644 --- a/src/LightingThread.cpp +++ b/src/LightingThread.cpp @@ -495,6 +495,7 @@ void cLightingThread::CalcLightStep( int & a_NumSeedsOut, unsigned char * a_IsSeedOut, unsigned int * a_SeedIdxOut ) { + UNUSED(a_IsSeedIn); int NumSeedsOut = 0; for (int i = 0; i < a_NumSeedsIn; i++) { |