You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Appease the linter
This commit is contained in:
@@ -117,9 +117,6 @@ export default class Snowfall implements ICanvasEffect {
|
|||||||
}
|
}
|
||||||
const height = this.context.canvas.height;
|
const height = this.context.canvas.height;
|
||||||
for (const particle of arrayFastClone(this.particles)) {
|
for (const particle of arrayFastClone(this.particles)) {
|
||||||
const leftMax = particle.xCol - particle.maximumDrift;
|
|
||||||
const rightMax = particle.xCol + particle.maximumDrift;
|
|
||||||
|
|
||||||
particle.y += particle.gravity;
|
particle.y += particle.gravity;
|
||||||
|
|
||||||
// We treat the drift as a sine function to have a more fluid-like movement instead
|
// We treat the drift as a sine function to have a more fluid-like movement instead
|
||||||
|
|||||||
Reference in New Issue
Block a user