d3d8: Add missing relay trace.

This commit is contained in:
Felix Nawothnig 2007-04-07 06:02:33 +02:00 committed by Alexandre Julliard
parent fe5881c788
commit ea0d7f17ca
1 changed files with 2 additions and 0 deletions

View File

@ -758,6 +758,8 @@ static HRESULT WINAPI IDirect3DDevice8Impl_GetDepthStencilSurface(LPDIRECT3DDE
static HRESULT WINAPI IDirect3DDevice8Impl_BeginScene(LPDIRECT3DDEVICE8 iface) {
IDirect3DDevice8Impl *This = (IDirect3DDevice8Impl *)iface;
TRACE("(%p) Relay\n" , This);
return IWineD3DDevice_BeginScene(This->WineD3DDevice);
}