d3d10/effect: Fix a trace message.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
39fea6cd1e
commit
44664237c9
|
@ -4115,7 +4115,7 @@ static struct ID3D10EffectVariable * STDMETHODCALLTYPE d3d10_effect_GetVariableB
|
|||
|
||||
if ((v = d3d10_effect_get_variable_by_index(effect, index)))
|
||||
{
|
||||
TRACE("Returning %svariable %s.\n", is_var_shared(v) ? "shared " : NULL, debugstr_a(v->name));
|
||||
TRACE("Returning %svariable %s.\n", is_var_shared(v) ? "shared " : "", debugstr_a(v->name));
|
||||
return &v->ID3D10EffectVariable_iface;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue