Skip to content

Commit

Permalink
Fix unhit circles animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Jan 4, 2025
1 parent c0309ab commit ff48a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ts/drawables/hitobjects/DrawableCircle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export class DrawableCircle extends DrawableHitObject {
opacity = (time - fadeInStartTime) / this.object.timeFadeIn;
}
} else if (!this.isHidden) {
opacity = 1;

const fadeOutStartTime = hitTime;
const dt = time - fadeOutStartTime;

Expand Down

0 comments on commit ff48a45

Please sign in to comment.