pica.h: IsLightingSamplerSupported: make 'false' more explicitely the default case
This commit is contained in:
@@ -737,8 +737,10 @@ struct Regs {
|
||||
case LightingSampler::ReflectGreen:
|
||||
case LightingSampler::ReflectBlue:
|
||||
return (config == LightingConfig::Config4) || (config == LightingConfig::Config5) || (config == LightingConfig::Config7);
|
||||
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user