mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:47:44 +00:00
d3d8: Add missing relay trace.
This commit is contained in:
parent
fe5881c788
commit
ea0d7f17ca
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue