better override lightSamplesInsist (-samples +1, +2, +3, +4 skip the samples preset loading)
This commit is contained in:
@@ -2258,6 +2258,8 @@ int LightMain( int argc, char **argv )
|
||||
{
|
||||
if(*argv[i+1] == '+')
|
||||
lightSamplesInsist = qtrue;
|
||||
else
|
||||
lightSamplesInsist = qfalse;
|
||||
lightSamples = atoi( argv[ i + 1 ] );
|
||||
if( lightSamples < 1 )
|
||||
lightSamples = 1;
|
||||
|
||||
Reference in New Issue
Block a user