Commit 5aac7fe7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wined3d: Add a trailing '\n' to a FIXME() trace.

parent 4f0c6a31
......@@ -4101,7 +4101,7 @@ static void set_glsl_shader_program(IWineD3DDevice *iface, BOOL use_ps, BOOL use
if (entry->np2Fixup_info) {
entry->np2Fixup_location = GL_EXTCALL(glGetUniformLocationARB(programId, "PsamplerNP2Fixup"));
} else {
FIXME("NP2 texcoord fixup needed for this pixelshader, but no fixup uniform found.");
FIXME("NP2 texcoord fixup needed for this pixelshader, but no fixup uniform found.\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