Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
- index f96d101..7ba4561 100644
- --- a/dlls/wined3d/directx.c
- +++ b/dlls/wined3d/directx.c
- @@ -3518,7 +3518,7 @@ static HRESULT WINAPI IWineD3DImpl_GetDeviceCaps(IWineD3D *iface, UINT Adapter,
- pCaps->MaxUserClipPlanes = GL_LIMITS(clipplanes);
- pCaps->MaxActiveLights = GL_LIMITS(lights);
- - pCaps->MaxVertexBlendMatrices = GL_LIMITS(blends);
- + pCaps->MaxVertexBlendMatrices = 0x04;
- pCaps->MaxVertexBlendMatrixIndex = 0;
- pCaps->MaxAnisotropy = GL_LIMITS(anisotropy);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement