wined3d: Add a missing return statement to surface_prepare_texture().
commit6874743e78c718ffe318646ece04d79f2dfc161a
authorHenri Verbeet <hverbeet@codeweavers.com>
Mon, 26 Jul 2010 10:06:34 +0000 (26 12:06 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Jul 2010 16:38:31 +0000 (26 18:38 +0200)
treeef06d986edd9c2e620bd4fd68334ad9a65da3bf7
parent0bf68b846adde16fe19d4b7814d866ba1e4d012a
wined3d: Add a missing return statement to surface_prepare_texture().

Calling surface_prepare_texture_internal() twice on the same surface is
harmless, but unnecessary.
dlls/wined3d/surface.c