Skip to content
Snippets Groups Projects
Commit fe57612c authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard
Browse files

d3d8: Added missing hyphen in WARN message.

parent 4849e578
Branches
Tags
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment