[1/5] d3drm: Fix invokation of GetTextureCoordinates

André Hentschel nerv at dawncrow.de
Sun Jan 15 10:00:16 CST 2012


---
 dlls/d3drm/meshbuilder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3drm/meshbuilder.c b/dlls/d3drm/meshbuilder.c
index 34a8d4c..7ad7a38 100644
--- a/dlls/d3drm/meshbuilder.c
+++ b/dlls/d3drm/meshbuilder.c
@@ -774,7 +774,7 @@ static HRESULT WINAPI IDirect3DRMMeshBuilder2Impl_GetTextureCoordinates(IDirect3
 
     TRACE("(%p)->(%d,%p,%p)\n", This, index, u, v);
 
-    return IDirect3DRMMeshBuilder2_GetTextureCoordinates(&This->IDirect3DRMMeshBuilder3_iface,
+    return IDirect3DRMMeshBuilder3_GetTextureCoordinates(&This->IDirect3DRMMeshBuilder3_iface,
                                                          index, u, v);
 }
 
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120115/bb82f7e0/attachment.ksh>


More information about the wine-patches mailing list