fix typo in comment
This commit is contained in:
parent
1692fcc309
commit
e4ecf30ec0
@ -114,7 +114,7 @@ function particles(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if particles are close enough to connect to eachother
|
// check if particles are close enough to connect to each other
|
||||||
function connect(){
|
function connect(){
|
||||||
let opacityValue = 1;
|
let opacityValue = 1;
|
||||||
for (let a = 0; a < particlesArray.length; a++){
|
for (let a = 0; a < particlesArray.length; a++){
|
||||||
|
Loading…
Reference in New Issue
Block a user