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:
4
Resources/Changelog/Parts/pjb-vending-lighting.yml
Normal file
4
Resources/Changelog/Parts/pjb-vending-lighting.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: PJB
|
||||
changes:
|
||||
- type: Fix
|
||||
message: Fixed certain vending machines having very large ambient light radius and shining through walls.
|
||||
@@ -49,6 +49,7 @@
|
||||
- type: PointLight
|
||||
enabled: false
|
||||
castShadows: false
|
||||
radius: 1.5
|
||||
- type: LitOnPowered
|
||||
|
||||
- type: entity
|
||||
|
||||
Reference in New Issue
Block a user