16 Oct
2025
16 Oct
'25
11:23 a.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx10_43/texture.c:
goto end; }
+ if (load_info->FirstMipLevel == D3DX10_DEFAULT || (load_info->FirstMipLevel >= img_info.MipLevels))
Again nitpick, the inner parentheses are unnecessary. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9155#note_118698