remove specular color assertion (the path works)

This commit is contained in:
Brian 2007-10-01 13:50:24 -06:00
parent b13618c316
commit dab288b982

View file

@ -69,7 +69,6 @@ static void calculate_vertex_layout( struct i915_context *i915 )
}
else {
assert(fs->input_semantic_index[i] == 1);
assert(0); /* untested */
front1 = draw_emit_vertex_attr(vinfo, FORMAT_4UB, colorInterp);
vinfo->hwfmt[0] |= S4_VFMT_SPEC_FOG;
}