Fixed certain vending machines having very large ambient light radius and shining through walls.
base VendingMachine didn't set a light radius so machines that didn't override it had radius 5 which is way too much.
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
- type: PointLight
|
||||
enabled: false
|
||||
castShadows: false
|
||||
radius: 1.5
|
||||
- type: LitOnPowered
|
||||
|
||||
- type: entity
|
||||
|
||||
Reference in New Issue
Block a user