mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
fix error (nw)
This commit is contained in:
parent
8b283b9753
commit
9425c141de
@ -1367,7 +1367,7 @@ int shaders::phosphor_pass(render_target *rt, cache_target *ct, int source_index
|
||||
int next_index = source_index;
|
||||
|
||||
// skip phosphor if no influencing settings
|
||||
if (options->phosphor[0] == 0.0f && options->defocus[1] == 0.0f && options->defocus[2] == 0.0f)
|
||||
if (options->phosphor[0] == 0.0f && options->defocus[0] == 0.0f && options->defocus[1] == 0.0f)
|
||||
{
|
||||
return next_index;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user