fix typo in comment
This commit is contained in:
+1
-1
@@ -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++){
|
||||||
|
|||||||
Reference in New Issue
Block a user