mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Cursed caching bug fix 2
This commit is contained in:
+1
-1
@@ -3030,7 +3030,7 @@ speechSynthesis.getVoices();
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
var n = Math.floor(Math.random() * (64 + 1)) + 64;
|
var n = Math.floor(Math.random() * (36 + 1)) + 64;
|
||||||
this.bulk({
|
this.bulk({
|
||||||
fn,
|
fn,
|
||||||
N,
|
N,
|
||||||
|
|||||||
Reference in New Issue
Block a user