d3d8: Added missing hyphen in WARN message.

oldstable
Andrey Gusev 2013-12-22 12:01:05 +02:00 committed by Alexandre Julliard
parent 4849e57866
commit fe57612c1c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}