[PATCH 1/4] d3dx9: Track ID3DXEffect::Begin/End().

Bruno Jesus 00cpxxx at gmail.com
Thu Aug 1 08:58:58 CDT 2013


On Thu, Aug 1, 2013 at 9:14 AM, Rico Schüller <kgbricola at web.de> wrote:
> ---
>  dlls/d3dx9_36/effect.c | 13 ++++++++++---
>  1 file changed, 10 insertions(+), 3 deletions(-)
>
> +    if (!This->started)
> +        return D3D_OK;
> +
> +    This->started = FALSE;
> +
> +    return D3D_OK;

Sorry to bother but why not simply force false and using a single return?

Best wishes,
Bruno



More information about the wine-devel mailing list