From 3370ae04cbb051aa5f853de64c8f7956530a4ea7 Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 28 Jun 2020 12:05:31 +0200 Subject: renamed 2dfx shadowRange to Size --- src/render/2dEffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/2dEffect.h') 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; -- cgit v1.2.3