renamed 2dfx shadowRange to Size

This commit is contained in:
aap
2020-06-28 12:05:31 +02:00
parent d6e111bb67
commit 418bee9c22
3 changed files with 7 additions and 7 deletions

View File

@ -44,7 +44,7 @@ public:
float dist;
float range; // of pointlight
float size;
float shadowRange;
float shadowSize;
uint8 lightType; // LIGHT_
uint8 roadReflection;
uint8 flareType;