Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syxanash committed Jan 3, 2025
1 parent a36fa82 commit c665b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/bluerain.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ function animateRain() {
}

if (skeets[i].index === characters.length && skeets[i].post !== '') {
pastSkeets[i] = skeets[i];
skeets[i] = { post: '', url: '', index: 0, drop: 1 };
}
}
Expand Down

0 comments on commit c665b25

Please sign in to comment.