wined3d: Remove a debug hack.

This commit is contained in:
Stefan Dösinger 2007-08-19 20:47:10 +02:00 committed by Alexandre Julliard
parent 225c33fe70
commit 4baee1973c
1 changed files with 1 additions and 1 deletions

View File

@ -4344,7 +4344,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_BeginStateBlock(IWineD3DDevice *iface)
HRESULT temp_result;
int i;
ERR("(%p)\n", This);
TRACE("(%p)\n", This);
if (This->isRecordingState) {
return WINED3DERR_INVALIDCALL;