1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

Faking audio did not work with white random generator

This commit is contained in:
kkapsner 2019-04-05 16:26:22 +02:00
parent 13ff8bda9b
commit ef4e238b94
2 changed files with 2 additions and 1 deletions

View file

@ -232,7 +232,7 @@
return 1;
};
},
getIndex: function(){
getIndexRng: function(){
return function(){
return 0;
};