Skip to content

Commit

Permalink
Fix bumper skirt animation
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkehrwald authored and freezy committed Nov 8, 2024
1 parent dae8283 commit 91887e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ internal BumperState CreateState()
} : default;

// skirt animation data
var skirtAnimComponent = GetComponentInChildren<BumperRingAnimationComponent>();
var skirtAnimComponent = GetComponentInChildren<BumperSkirtAnimationComponent>();
var skirtAnimation = skirtAnimComponent
? new BumperSkirtAnimationState {
BallPosition = default,
Expand Down

0 comments on commit 91887e3

Please sign in to comment.