mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
include/d3dx9: Fix spelling errors.
This commit is contained in:
parent
a84eaf3d22
commit
8be9d69909
@ -113,8 +113,8 @@ typedef enum _D3DXTANGENT
|
||||
D3DXTANGENT_WRAP_UV = 0x0003,
|
||||
D3DXTANGENT_DONT_NORMALIZE_PARTIALS = 0x0004,
|
||||
D3DXTANGENT_DONT_ORTHOGONALIZE = 0x0008,
|
||||
D3DXTANGENT_ORTHOGANALIZE_FROM_V = 0x0010,
|
||||
D3DXTANGENT_ORTHOGANALIZE_FROM_U = 0x0020,
|
||||
D3DXTANGENT_ORTHOGONALIZE_FROM_V = 0x0010,
|
||||
D3DXTANGENT_ORTHOGONALIZE_FROM_U = 0x0020,
|
||||
D3DXTANGENT_WEIGHT_BY_AREA = 0x0040,
|
||||
D3DXTANGENT_WEIGHT_EQUAL = 0x0080,
|
||||
D3DXTANGENT_WIND_CW = 0x0100,
|
||||
|
Loading…
Reference in New Issue
Block a user