File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ function launchParticlesJS(tag_id, params){
348
348
dy_mouse = p1 . y - pJS . interactivity . mouse . pos_y ,
349
349
dist_mouse = Math . sqrt ( dx_mouse * dx_mouse + dy_mouse * dy_mouse ) ;
350
350
351
- /* Check distace between 2 particles + Check distance between 1 particle and mouse position */
351
+ /* Check distance between 2 particles + Check distance between 1 particle and mouse position */
352
352
if ( dist <= pJS . particles . line_linked . distance && dist_mouse <= pJS . interactivity . mouse . distance && pJS . interactivity . status == 'mousemove' ) {
353
353
/* Draw the line */
354
354
var color_line = pJS . particles . line_linked . color_rgb_line ;
@@ -452,4 +452,4 @@ window.particlesJS = function(tag_id, params){
452
452
launchParticlesJS ( tag_id , params ) ;
453
453
}
454
454
455
- } ;
455
+ } ;
You can’t perform that action at this time.
0 commit comments