Fix light animations (#20263)
This commit is contained in:
@@ -334,7 +334,7 @@ public sealed partial class GunSystem : SharedGunSystem
|
||||
new AnimationTrackComponentProperty
|
||||
{
|
||||
ComponentType = typeof(PointLightComponent),
|
||||
Property = nameof(PointLightComponent.Enabled),
|
||||
Property = nameof(PointLightComponent.AnimatedEnable),
|
||||
InterpolationMode = AnimationInterpolationMode.Linear,
|
||||
KeyFrames =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user