Commit f5e6313c authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

wined3d: Restructure Stateblock::apply a bit.

parent a06e002e
...@@ -4357,7 +4357,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_BeginStateBlock(IWineD3DDevice *iface) ...@@ -4357,7 +4357,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_BeginStateBlock(IWineD3DDevice *iface)
object->wineD3DDevice= This; object->wineD3DDevice= This;
/** FIXME: object->parent = parent; **/ /** FIXME: object->parent = parent; **/
object->parent = NULL; object->parent = NULL;
object->blockType = WINED3DSBT_ALL; object->blockType = WINED3DSBT_RECORDED;
object->ref = 1; object->ref = 1;
object->lpVtbl = &IWineD3DStateBlock_Vtbl; object->lpVtbl = &IWineD3DStateBlock_Vtbl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment