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 :
|
||||
{
|
||||
if (Value) {
|
||||
TRACE("Enabled RANGEFOG");
|
||||
TRACE("Enabled RANGEFOG\n");
|
||||
} else {
|
||||
TRACE("Disabled RANGEFOG");
|
||||
TRACE("Disabled RANGEFOG\n");
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue