Commit fbae0867 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: It's not an error to request multisampling.

parent a5f87a47
......@@ -1258,7 +1258,7 @@ struct wined3d_context *context_create(IWineD3DDeviceImpl *This, IWineD3DSurface
ERR("The program is requesting multisampling without support!\n");
else
{
ERR("Requesting MultiSampleType=%d\n", pPresentParms->MultiSampleType);
TRACE("Requesting multisample type %#x.\n", pPresentParms->MultiSampleType);
numSamples = pPresentParms->MultiSampleType;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment