wined3d: Change an ERR to a TRACE in IWineD3DEventQueryImpl_GetData().
This is allowed behaviour.
This commit is contained in:
parent
e79a6b20d2
commit
d5a8637ecc
|
@ -347,7 +347,7 @@ static HRESULT WINAPI IWineD3DEventQueryImpl_GetData(IWineD3DQuery* iface, void
|
||||||
|
|
||||||
if (!query->context)
|
if (!query->context)
|
||||||
{
|
{
|
||||||
ERR("Query not started, returning TRUE.\n");
|
TRACE("Query not started, returning TRUE.\n");
|
||||||
*data = TRUE;
|
*data = TRUE;
|
||||||
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
|
|
Loading…
Reference in New Issue