forked from nikita/muzika-gromche
Fix KitchenTile lights flickering
This commit is contained in:
parent
c7b67b9042
commit
0eb02698eb
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## MuzikaGromche 13.37.9001
|
## MuzikaGromche 13.37.9001
|
||||||
|
|
||||||
|
- Fixed more missing flickering behaviours for some animators controllers.
|
||||||
|
|
||||||
## MuzikaGromche 13.37.1337 - Photosensitivity Warning Edition
|
## MuzikaGromche 13.37.1337 - Photosensitivity Warning Edition
|
||||||
|
|
||||||
|
|
|
@ -59,9 +59,13 @@ namespace MuzikaGromche
|
||||||
const string LightbulbsLine = $"{BasePath}lightbulbsLineMesh (Patched).controller";
|
const string LightbulbsLine = $"{BasePath}lightbulbsLineMesh (Patched).controller";
|
||||||
const string CeilingFan = $"{BasePath}CeilingFan (originally GameObject) (Patched).controller";
|
const string CeilingFan = $"{BasePath}CeilingFan (originally GameObject) (Patched).controller";
|
||||||
|
|
||||||
|
|
||||||
TilePatchDescriptor[] descriptors =
|
TilePatchDescriptor[] descriptors =
|
||||||
[
|
[
|
||||||
|
// any version
|
||||||
|
new("KitchenTile", [
|
||||||
|
new("PoweredLightTypeB", PointLight4),
|
||||||
|
new("PoweredLightTypeB (1)", PointLight4),
|
||||||
|
]),
|
||||||
// < v70
|
// < v70
|
||||||
new("ManorStartRoom", [
|
new("ManorStartRoom", [
|
||||||
new("ManorStartRoom/Chandelier/PoweredLightTypeB (1)", PointLight4),
|
new("ManorStartRoom/Chandelier/PoweredLightTypeB (1)", PointLight4),
|
||||||
|
|
Loading…
Reference in New Issue