Skip to content

Commit

Permalink
Max sounds set to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Croquetx committed May 9, 2024
1 parent c3dd1b8 commit 655c3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pawns-Avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const v_sub2 = function (a,b) {
let soundSwitch = true; // turn sound on and off
let volume = 1;
let soundCount = 0;
const maxSound = 32;
const maxSound = 16;
const listener = new THREE.AudioListener();
const soundList = {};
const soundLoops = [];
Expand Down

0 comments on commit 655c3c5

Please sign in to comment.