1
0

fixed warnings in LightingThread.cpp

This commit is contained in:
Tycho Bickerstaff 2013-12-22 15:04:29 +00:00 committed by madmaxoft
parent 3da41de553
commit 8e7e990cfe

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++)
{