Rico Schüller : d3dx9: Fix light range spelling.

Alexandre Julliard julliard at winehq.org
Mon Jun 27 17:41:20 CDT 2011


Module: wine
Branch: master
Commit: f37302ed8a82f7e07e9d38e667e1e16160e22334
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f37302ed8a82f7e07e9d38e667e1e16160e22334

Author: Rico Schüller <kgbricola at web.de>
Date:   Mon Jun 27 11:58:11 2011 +0200

d3dx9: Fix light range spelling.

---

 dlls/d3dx9_36/effect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/effect.c b/dlls/d3dx9_36/effect.c
index 3265037..4b320fd 100644
--- a/dlls/d3dx9_36/effect.c
+++ b/dlls/d3dx9_36/effect.c
@@ -337,7 +337,7 @@ state_table[] =
     {SC_LIGHT, LT_AMBIENT, "LightAmbient"},
     {SC_LIGHT, LT_POSITION, "LightPosition"},
     {SC_LIGHT, LT_DIRECTION, "LightDirection"},
-    {SC_LIGHT, LT_RANGE, "LighRange"},
+    {SC_LIGHT, LT_RANGE, "LightRange"},
     {SC_LIGHT, LT_FALLOFF, "LightFallOff"},
     {SC_LIGHT, LT_ATTENUATION0, "LightAttenuation0"},
     {SC_LIGHT, LT_ATTENUATION1, "LightAttenuation1"},




More information about the wine-cvs mailing list