[PATCH] d3d9/tests: Fix a typo in a field name of the visual test.
28 Nov
2019
28 Nov
'19
6:22 a.m.
Signed-off-by: Francois Gouget <fgouget(a)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[] = -- 2.20.1
2205
Age (days ago)
2206
Last active (days ago)
1 comments
2 participants
participants (2)
-
Francois Gouget -
Henri Verbeet