mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
d3d8: Added missing hyphen in WARN message.
This commit is contained in:
parent
4849e57866
commit
fe57612c1c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user