mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[WINED3D]
- Use correct FXCAPS constant in wined3d_get_device_caps. Spotted by Kudratov Olimjon. CORE-8545 svn path=/trunk/; revision=64258
This commit is contained in:
parent
ecdedb6593
commit
39aa1d8448
1 changed files with 1 additions and 1 deletions
|
@ -4614,7 +4614,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte
|
|||
WINEDDFXCAPS_BLTSHRINKX |
|
||||
WINEDDFXCAPS_BLTSHRINKXN |
|
||||
WINEDDFXCAPS_BLTSHRINKY |
|
||||
WINEDDFXCAPS_BLTSHRINKXN |
|
||||
WINEDDFXCAPS_BLTSHRINKYN |
|
||||
WINEDDFXCAPS_BLTSTRETCHX |
|
||||
WINEDDFXCAPS_BLTSTRETCHXN |
|
||||
WINEDDFXCAPS_BLTSTRETCHY |
|
||||
|
|
Loading…
Reference in a new issue