Skip to content

Commit

Permalink
enabled no-wall
Browse files Browse the repository at this point in the history
  • Loading branch information
artony4444 authored May 18, 2024
1 parent 82dfc59 commit 09e02f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tools/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class vars

static radius = 100;
static valocity = 0.9;
static noWall = false; // fps drop (need to optimize)
static noWall = true; // fps drop (need to optimize)

static centerParticles = true;
static totalParticle = 1000
Expand Down

0 comments on commit 09e02f5

Please sign in to comment.