fix error (nw)

This commit is contained in:
Miodrag Milanovic 2016-01-27 06:56:44 +01:00
parent 8b283b9753
commit 9425c141de

View File

@ -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;
}