diff options
Diffstat (limited to 'src/render/2dEffect.h')
-rw-r--r-- | src/render/2dEffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/2dEffect.h b/src/render/2dEffect.h index 022cabcc..baf07342 100644 --- a/src/render/2dEffect.h +++ b/src/render/2dEffect.h @@ -48,7 +48,7 @@ public: float dist; float range; // of pointlight float size; - float shadowRange; + float shadowSize; uint8 lightType; // LIGHT_ uint8 roadReflection; uint8 flareType; |