renamed 2dfx shadowRange to Size

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

View File

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