Advertisement
Guest User

Untitled

a guest
Jun 19th, 2009
868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
  2. index f96d101..7ba4561 100644
  3. --- a/dlls/wined3d/directx.c
  4. +++ b/dlls/wined3d/directx.c
  5. @@ -3518,7 +3518,7 @@ static HRESULT WINAPI IWineD3DImpl_GetDeviceCaps(IWineD3D *iface, UINT Adapter,
  6. pCaps->MaxUserClipPlanes = GL_LIMITS(clipplanes);
  7. pCaps->MaxActiveLights = GL_LIMITS(lights);
  8.  
  9. - pCaps->MaxVertexBlendMatrices = GL_LIMITS(blends);
  10. + pCaps->MaxVertexBlendMatrices = 0x04;
  11. pCaps->MaxVertexBlendMatrixIndex = 0;
  12.  
  13. pCaps->MaxAnisotropy = GL_LIMITS(anisotropy);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement