mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
Fix light animations (#20263)
This commit is contained in:
@@ -30,7 +30,7 @@ public sealed partial class TriggerSystem
|
||||
{
|
||||
ComponentType = typeof(PointLightComponent),
|
||||
InterpolationMode = AnimationInterpolationMode.Nearest,
|
||||
Property = nameof(PointLightComponent.Radius),
|
||||
Property = nameof(PointLightComponent.AnimatedRadius),
|
||||
KeyFrames =
|
||||
{
|
||||
new AnimationTrackProperty.KeyFrame(0.1f, 0),
|
||||
|
||||
Reference in New Issue
Block a user