wined3d: Downgrade an ERR to a WARN.
This commit is contained in:
parent
fba6f871cf
commit
f88bd17ef6
|
@ -130,7 +130,7 @@ IWineGDISurfaceImpl_LockRect(IWineD3DSurface *iface,
|
||||||
/* Already locked? */
|
/* Already locked? */
|
||||||
if(This->Flags & SFLAG_LOCKED)
|
if(This->Flags & SFLAG_LOCKED)
|
||||||
{
|
{
|
||||||
ERR("(%p) Surface already locked\n", This);
|
WARN("(%p) Surface already locked\n", This);
|
||||||
/* What should I return here? */
|
/* What should I return here? */
|
||||||
return WINED3DERR_INVALIDCALL;
|
return WINED3DERR_INVALIDCALL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue