mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
d3dx9: Add count to trace in ID3DXBaseEffect::GetMatrixArray().
This commit is contained in:
parent
7b902d2278
commit
f7a4cabb46
1 changed files with 1 additions and 1 deletions
|
@ -1938,7 +1938,7 @@ static HRESULT WINAPI ID3DXBaseEffectImpl_GetMatrixArray(ID3DXBaseEffect *iface,
|
|||
struct ID3DXBaseEffectImpl *This = impl_from_ID3DXBaseEffect(iface);
|
||||
struct d3dx_parameter *param = get_valid_parameter(This, parameter);
|
||||
|
||||
TRACE("iface %p, parameter %p, matrix %p\n", This, parameter, matrix);
|
||||
TRACE("iface %p, parameter %p, matrix %p, count %u\n", This, parameter, matrix, count);
|
||||
|
||||
if (!count) return D3D_OK;
|
||||
|
||||
|
|
Loading…
Reference in a new issue