fixed warnings in LightingThread.cpp

This commit is contained in:
Tycho Bickerstaff
2013-12-31 09:16:43 +01:00
committed by madmaxoft
parent 3da41de553
commit 8e7e990cfe
+1
View File
@@ -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++)
{