From: Zebediah Figura Subject: Re: [PATCH 4/5] d3d9: Use wined3d_stateblock_* methods directly in BeginStateBlock() and EndStateBlock(). Message-Id: <984c1217-8bbf-e387-fcfc-6d025ed3b455@gmail.com> Date: Tue, 26 Nov 2019 09:58:06 -0600 In-Reply-To: References: <20191126014236.9955-1-z.figura12@gmail.com> <20191126014236.9955-4-z.figura12@gmail.com> On 11/26/19 8:48 AM, Henri Verbeet wrote: > On Tue, 26 Nov 2019 at 05:21, Zebediah Figura wrote: >> -todo_wine >> - ok(!stride, "Unexpected stride %u.\n", stride); >> - if (current_vb) >> - IDirect3DVertexBuffer9_Release(current_vb); > Is removing the test there intentional? > Nope, thanks for catching it. I've sent v2.