- add the default spotlight apertures in FMapThing
This commit is contained in:
parent
e754fe04ef
commit
67e3106254
1 changed files with 2 additions and 2 deletions
|
|
@ -371,8 +371,8 @@ struct FMapThing
|
|||
int16_t roll;
|
||||
uint32_t RenderStyle;
|
||||
int FloatbobPhase;
|
||||
double SpotInnerAngle;
|
||||
double SpotOuterAngle;
|
||||
double SpotInnerAngle = 10;
|
||||
double SpotOuterAngle = 25;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue