wined3d: Add missing newline at the end of traces.
This commit is contained in:
parent
4d6cfb6351
commit
f02af24039
|
@ -3886,9 +3886,9 @@ static HRESULT WINAPI IWineD3DDeviceImpl_SetRenderState(IWineD3DDevice *iface, D
|
||||||
case WINED3DRS_RANGEFOGENABLE :
|
case WINED3DRS_RANGEFOGENABLE :
|
||||||
{
|
{
|
||||||
if (Value) {
|
if (Value) {
|
||||||
TRACE("Enabled RANGEFOG");
|
TRACE("Enabled RANGEFOG\n");
|
||||||
} else {
|
} else {
|
||||||
TRACE("Disabled RANGEFOG");
|
TRACE("Disabled RANGEFOG\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue