From 8be9d69909ee5b0e0d788b64f7bb418b62c11f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zef=20Kucia?= Date: Sun, 1 Apr 2012 15:47:24 +0200 Subject: [PATCH] include/d3dx9: Fix spelling errors. --- include/d3dx9mesh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/d3dx9mesh.h b/include/d3dx9mesh.h index f7be81e294d..220a5ffeb94 100644 --- a/include/d3dx9mesh.h +++ b/include/d3dx9mesh.h @@ -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,