diff options
author | Fbenas <philbeansburton@gmail.com> | 2020-10-13 22:18:17 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2020-10-13 22:18:17 +0100 |
commit | 2df948ca0509b8bf58d1b7bc3a5ce0840132edd1 (patch) | |
tree | 232f2b84e5ede61c89afca8085c5eab9b65940f1 /resources/js/app.js | |
parent | a44e609b27642afc77495293d975f2ea0bbf6f3e (diff) |
Fully sort detection of boids colliding
Diffstat (limited to 'resources/js/app.js')
-rw-r--r-- | resources/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/js/app.js b/resources/js/app.js index 752bfc9..47cabd6 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1,4 +1,4 @@ -let scene = new Scene(5, 2); +let scene = new Scene(5, 20); function stop() { scene.stop(); |