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

d3d8: Added missing hyphen in WARN message.

parent 4849e578
......@@ -95,7 +95,7 @@ HRESULT d3d8_vertex_shader_init(struct d3d8_vertex_shader *shader, struct d3d8_d
if (reg == D3DVSDE_NORMAL && type != D3DVSDT_FLOAT3 && !byte_code)
{
WARN("Attempt to use a non-FLOAT3 normal with the fixed function function\n");
WARN("Attempt to use a non-FLOAT3 normal with the fixed-function function\n");
return D3DERR_INVALIDCALL;
}
}
......
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