Commit 459afa47 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Use winediag for the backbuffer offscreen rendering message.

parent 544fd16c
......@@ -227,7 +227,7 @@ static BOOL wined3d_dll_init(HINSTANCE hInstDLL)
{
if (!strcmp(buffer,"backbuffer"))
{
TRACE("Using the backbuffer for offscreen rendering\n");
ERR_(winediag)("Using the backbuffer for offscreen rendering.\n");
wined3d_settings.offscreen_rendering_mode = ORM_BACKBUFFER;
}
else if (!strcmp(buffer,"fbo"))
......
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