forked from nikita/muzika-gromche
Fix NarrowHallwayTile2x2 mineshaft lights flickering
This commit is contained in:
parent
f50989b5ae
commit
f131ad7148
|
@ -79,6 +79,10 @@ namespace MuzikaGromche
|
|||
new("ManorStartRoomMesh/Chandelier/PoweredLightTypeB (1)", PointLight4),
|
||||
new("ManorStartRoomMesh/Chandelier2/PoweredLightTypeB", PointLight4),
|
||||
]),
|
||||
new("NarrowHallwayTile2x2", [
|
||||
new("MineshaftSpotlight (1)", MineshaftSpotlight),
|
||||
new("MineshaftSpotlight (2)", MineshaftSpotlight),
|
||||
]),
|
||||
new("BirthdayRoomTile", [
|
||||
new("Lights/MineshaftSpotlight", MineshaftSpotlight),
|
||||
]),
|
||||
|
|
Loading…
Reference in New Issue