d3d9/tests: Fix a typo in a field name of the visual test.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
993c833cf4
commit
cb6f488215
|
@ -26311,7 +26311,7 @@ static void test_sample_attached_rendertarget(void)
|
|||
|
||||
static const struct
|
||||
{
|
||||
struct vec3 posistion;
|
||||
struct vec3 position;
|
||||
struct vec2 texcoord;
|
||||
}
|
||||
quad[] =
|
||||
|
|
Loading…
Reference in New Issue