Testing my commit ability

This commit is contained in:
jal 2010-04-19 09:59:10 +02:00
parent 83cbe921dc
commit 7e29447498

View File

@ -1780,10 +1780,6 @@ void LightWorld( void )
if( dirty ) if( dirty )
{ {
Sys_Printf( "--- DirtyRawLightmap ---\n" ); Sys_Printf( "--- DirtyRawLightmap ---\n" );
RunThreadsOnIndividual( numRawLightmaps, qtrue, DirtyRawLightmap ); RunThreadsOnIndividual( numRawLightmaps, qtrue, DirtyRawLightmap );
} }