r300g: fix erroneous condition

This commit is contained in:
Maciej Cencora 2009-09-27 22:30:45 +02:00
parent 98f6bea168
commit 540039887a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static void r300_vs_tab_routes(struct r300_context* r300,
assert(info->num_inputs <= 16);
if (!r300screen->caps->has_tcl || !r300->rs_state->enable_vte)
if (!r300screen->caps->has_tcl)
{
for (i = 0; i < info->num_inputs; i++) {
switch (info->input_semantic_name[i]) {