From f8dbf97e8d7a58aaafff7a1dd6ce9bc8c6047576 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20D=C3=B6singer?= Date: Tue, 6 Dec 2011 00:03:06 +0100 Subject: [PATCH] d3d9/tests: Clarify a comment. --- dlls/d3d9/tests/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3d9/tests/device.c b/dlls/d3d9/tests/device.c index 9395880604d..abd3685384a 100644 --- a/dlls/d3d9/tests/device.c +++ b/dlls/d3d9/tests/device.c @@ -1471,7 +1471,7 @@ static void test_scene(void) } /* Now try it in a BeginScene - EndScene pair. Seems to be allowed in a beginScene - Endscene pair - * width normal surfaces, render targets and depth stencil surfaces. + * with normal surfaces and render targets, but not depth stencil surfaces. */ hr = IDirect3DDevice9_BeginScene(pDevice); ok( hr == D3D_OK, "IDirect3DDevice9_BeginScene failed with %08x\n", hr); -- 2.11.4.GIT