Commit ecb5a74b authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

wined3d: Fix a typo in checkGLcall.

parent 0869852c
......@@ -827,7 +827,7 @@ static void create_default_sampler(struct wined3d_device *device)
checkGLcall("glGenSamplers");
GL_EXTCALL(glSamplerParameteri(device->default_sampler, GL_TEXTURE_MAG_FILTER, GL_NEAREST));
GL_EXTCALL(glSamplerParameteri(device->default_sampler, GL_TEXTURE_MIN_FILTER, GL_NEAREST_MIPMAP_NEAREST));
checkGLcall("glSamplerParamteri");
checkGLcall("glSamplerParameteri");
}
else
{
......
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