mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 06:14:29 +00:00
wined3d: Add newline to fixme.
This commit is contained in:
parent
287d22eba3
commit
9657e81429
@ -673,7 +673,7 @@ static void shader_hw_sample(const struct wined3d_shader_instruction *ins, DWORD
|
||||
if(shader_is_pshader_version(ins->reg_maps->shader_version)) {
|
||||
const IWineD3DPixelShaderImpl* const ps = (const IWineD3DPixelShaderImpl*)This;
|
||||
if(ps->cur_args->texrect_fixup & (1 << sampler_idx)) {
|
||||
FIXME("NP2 texcoord fixup is currently not implemented in ARB mode (use GLSL instead).");
|
||||
FIXME("NP2 texcoord fixup is currently not implemented in ARB mode (use GLSL instead).\n");
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user