d3d9/tests: Clarify a comment.

This commit is contained in:
Stefan Dösinger 2011-12-06 00:03:06 +01:00 committed by Alexandre Julliard
parent 171c18a5bb
commit f8dbf97e8d
1 changed files with 1 additions and 1 deletions

View File

@ -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);