Skip to content

Commit 5d11821

Browse files
committed
fix: Maybe make it compile, too
1 parent c52fa4d commit 5d11821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Nodes/Lamps/SetLightSequenceUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected override void Definition()
6262
ColorChannel = ValueInput(nameof(ColorChannel), Engine.Math.ColorChannel.Alpha);
6363
Step = ValueInput<int>(nameof(Step), 1);
6464

65-
Requirement(Lights, InputTrigger);
65+
Requirement(LightGroup, InputTrigger);
6666
Requirement(Value, InputTrigger);
6767
Succession(InputTrigger, OutputTrigger);
6868
}

0 commit comments

Comments
 (0)