wined3d: Fix a bad trace.

This commit is contained in:
Stefan Dösinger 2006-06-24 11:44:11 +02:00 committed by Alexandre Julliard
parent 2122026713
commit 2a40642804
1 changed files with 1 additions and 1 deletions

View File

@ -1779,7 +1779,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_CreateAdditionalSwapChain(IWineD3DDevic
object->wantsDepthStencilBuffer = FALSE;
}
TRACE("FrontBuf @ %p, BackBuf @ %p, DepthStencil %d\n",object->frontBuffer, object->backBuffer ? NULL : object->backBuffer[0], object->wantsDepthStencilBuffer);
TRACE("FrontBuf @ %p, BackBuf @ %p, DepthStencil %d\n",object->frontBuffer, object->backBuffer ? object->backBuffer[0] : NULL, object->wantsDepthStencilBuffer);
/*********************