Commit 8de07265 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

wined3d: Downgrade an ERR.

parent 1f4d71c0
......@@ -1370,7 +1370,7 @@ static void state_multisampleaa(DWORD state, IWineD3DStateBlockImpl *stateblock,
}
} else {
if(stateblock->renderState[WINED3DRS_MULTISAMPLEANTIALIAS]) {
ERR("Multisample antialiasing not supported by gl\n");
WARN("Multisample antialiasing not supported by gl\n");
}
}
}
......
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