mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix error by ImJezze (nw)
This commit is contained in:
parent
b1d6f6d63f
commit
1686fdd06e
@ -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[0] == 0.0f && options->defocus[1] == 0.0f)
|
||||
if (options->phosphor[0] == 0.0f && options->phosphor[1] == 0.0f && options->phosphor[2] == 0.0f)
|
||||
{
|
||||
return next_index;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user