mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
d3dx9: Kill a noisy TRACE.
This commit is contained in:
parent
62288d02be
commit
49604ca1b7
@ -349,8 +349,6 @@ static FLOAT get_float(D3DXPARAMETER_TYPE type, const void *data)
|
||||
|
||||
void set_number(void *outdata, D3DXPARAMETER_TYPE outtype, const void *indata, D3DXPARAMETER_TYPE intype)
|
||||
{
|
||||
TRACE("Changing from type %s to type %s\n", debug_d3dxparameter_type(intype), debug_d3dxparameter_type(outtype));
|
||||
|
||||
if (outtype == intype)
|
||||
{
|
||||
*(DWORD *)outdata = *(DWORD *)indata;
|
||||
|
Loading…
Reference in New Issue
Block a user