Commit f37302ed authored by Rico Schüller's avatar Rico Schüller Committed by Alexandre Julliard

d3dx9: Fix light range spelling.

parent 63d5462c
......@@ -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"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment