wined3d: Downgrade an ERR.
This commit is contained in:
parent
1f4d71c0f6
commit
8de07265a6
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue