[1/4] d3drm: GetTextureCoordinates is not a stub

André Hentschel nerv at dawncrow.de
Fri Jan 6 11:14:24 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 ce910a9..9a74153 100644
--- a/dlls/d3drm/meshbuilder.c
+++ b/dlls/d3drm/meshbuilder.c
@@ -977,7 +977,7 @@ static HRESULT WINAPI IDirect3DRMMeshBuilder2Impl_GetTextureCoordinates(IDirect3
 {
     IDirect3DRMMeshBuilderImpl *This = impl_from_IDirect3DRMMeshBuilder2(iface);
 
-    FIXME("(%p)->(%d,%p,%p): stub\n", This, index, u, v);
+    TRACE("(%p)->(%d,%p,%p)\n", This, index, u, v);
 
     if (index >= This->nb_coords2d)
         return D3DRMERR_NOTFOUND;
-- 

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/20120106/e5ef5447/attachment.ksh>


More information about the wine-patches mailing list