don't assert for passthrough texture mode

This commit is contained in:
espes 2015-07-13 23:30:06 +10:00
parent 94b2c7ea7c
commit a50409ef19
1 changed files with 0 additions and 1 deletions

View File

@ -587,7 +587,6 @@ static QString* psh_convert(struct PixelShader *ps)
i, i, i);
break;
case PS_TEXTUREMODES_PASSTHRU:
assert(false);
qstring_append_fmt(vars, "vec4 t%d = pT%d;\n", i, i);
break;
default: