mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
parent
e3861e67b4
commit
2271477376
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
if (!cached){
|
||||
var rate = getAudioFakeRate(array, prefs);
|
||||
var rng = randomSupply.getValueRng(rate, window);
|
||||
forEachIndex(prefs, function(index, i){
|
||||
forEachIndex(array, prefs, function(index, i){
|
||||
array[index] = rng(array[index], i);
|
||||
});
|
||||
if (prefs("useAudioCache")){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue