mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 17:56:51 +00:00
d3dx9: Fix light range spelling.
This commit is contained in:
parent
63d5462ced
commit
f37302ed8a
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user