Signed-off-by: Francois Gouget fgouget@free.fr ---
Yes. The field is actually never used directly: all that matters is that the structure has the right layout and its content will be used by d3d.
dlls/d3d9/tests/visual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c index 4f063d21fb0..cbfb98bec68 100644 --- a/dlls/d3d9/tests/visual.c +++ b/dlls/d3d9/tests/visual.c @@ -26311,7 +26311,7 @@ static void test_sample_attached_rendertarget(void)
static const struct { - struct vec3 posistion; + struct vec3 position; struct vec2 texcoord; } quad[] =