diff --git a/dlls/d3dx9_36/preshader.c b/dlls/d3dx9_36/preshader.c index cc103f53653..a6320f91e1c 100644 --- a/dlls/d3dx9_36/preshader.c +++ b/dlls/d3dx9_36/preshader.c @@ -1072,12 +1072,7 @@ static void set_constants(struct d3dx_regstore *rs, struct d3dx_const_tab *const offset = i * info.major_stride + j; if (get_reg_offset(table, offset) >= const_set->register_count) - { - if (table != PRES_REGTAB_OBCONST) - FIXME("Output offset exceeds regiser count, name %s, component %u.\n", - debugstr_a(param->name), i); break; - } offset += start_offset; if (info.transpose) param_offset = i + j * info.major;