Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle committed May 23, 2024
1 parent f17b6a9 commit 9e7e7c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenDreamClient/Rendering/DreamIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public void StartAppearanceAnimation(IconAppearance endingAppearance, TimeSpan d
start = _appearanceAnimations[^1].Start + _appearanceAnimations[^1].Duration; //if it's not parallel, it's chained

_appearanceAnimations ??= new List<AppearanceAnimation>();
if(_appearanceAnimations.Count == 0) {//only valid on the first animation
_appearanceAnimationsLoops = loops;
}

Expand Down

0 comments on commit 9e7e7c6

Please sign in to comment.