comparison LightmapBuilder.cpp @ 1089:24372d97a7bf

mistake
author zipi
date Sun, 26 May 2013 01:41:36 +0100
parents 8439c5df37cc
children 8c02e6f74b29
comparison
equal deleted inserted replaced
1088:8439c5df37cc 1089:24372d97a7bf
928 { 928 {
929 if ( pSlot >= 20 ) 929 if ( pSlot >= 20 )
930 break; 930 break;
931 ApplyLight_ODM((StationaryLight *)pMobileLight, pFace, (unsigned int *)&pSlot, 1); 931 ApplyLight_ODM((StationaryLight *)pMobileLight, pFace, (unsigned int *)&pSlot, 1);
932 ++v2; 932 ++v2;
933 ++pSlot;
934 ++pMobileLight; 933 ++pMobileLight;
935 } 934 }
936 while ( v2 < pMobileLightsStack->uNumLightsActive ); 935 while ( v2 < pMobileLightsStack->uNumLightsActive );
937 } 936 }
938 v5 = 0; 937 v5 = 0;