Skip to content

Commit d970314

Browse files
committed
update tests
1 parent aefe5d6 commit d970314

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Robust.Client.IntegrationTests/UserInterface/ControlTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public void TestAnimations()
158158
Property = nameof(TestControl.Foo),
159159
KeyFrames =
160160
{
161+
new AnimationTrackProperty.KeyFrame(0f, 0f), // This is the common way to specify the first keyframe.
161162
new AnimationTrackProperty.KeyFrame(1f, 1f),
162163
new AnimationTrackProperty.KeyFrame(3f, 2f)
163164
}

0 commit comments

Comments
 (0)