mirror of
https://github.com/reactos/wine.git
synced 2025-01-26 05:54:34 +00:00
wined3d: Fix an error string.
This commit is contained in:
parent
9c8b83ce01
commit
c749debec6
@ -693,7 +693,7 @@ static BOOL match_broken_nv_clip(const struct wined3d_gl_info *gl_info, const ch
|
||||
GL_EXTCALL(glGenProgramsARB(1, &prog));
|
||||
if(!prog)
|
||||
{
|
||||
ERR("Failed to create an ARB offset limit test program\n");
|
||||
ERR("Failed to create the NVvp clip test program\n");
|
||||
LEAVE_GL();
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user