mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- 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…
Reference in a new issue