mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 01:26:18 -05:00
Revert "add bit of random to the confetti"
This reverts commit 913e18579f
.
This commit is contained in:
parent
3f09ef70eb
commit
3ac348e898
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Particle {
|
|||
this.ang = 0;
|
||||
}
|
||||
|
||||
this.x = this.origX + (this.radius * Math.sin(this.ang)) + Math.floor(Math.random() * 3);
|
||||
this.x = this.origX + (this.radius * Math.sin(this.ang));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue