http://bugs.winehq.org/show_bug.cgi?id=14608 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #31 from Austin English <austinenglish(a)gmail.com> 2008-10-28 11:50:26 --- diff --git a/dlls/d3d9/device.c b/dlls/d3d9/device.c index 8aab230..be6d57d 100644 --- a/dlls/d3d9/device.c +++ b/dlls/d3d9/device.c @@ -195,6 +195,7 @@ static HRESULT WINAPI IDirect3DDevice9Impl_GetDeviceCaps(L filter_caps(pCaps); TRACE("Returning %p %p\n", This, pCaps); + pCaps->MaxVertexBlendMatrices=0x4; return hrc; } -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.