Update injector.js

This commit is contained in:
Murturtle 2024-09-29 02:45:52 -07:00 committed by GitHub
parent 1dc4669521
commit 891b1bcad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,12 +138,12 @@ var main;(function(){`
if(globalThis.optimizePi){
patchedFile = patchedFile.replaceAll(
/3\.1415927410125732 \/ 180/i,
"3.1415927410125732 / 180",
"0.01745"
);
patchedFile = patchedFile.replaceAll(
/3\.1415927410125732/i,
"3.1415927410125732",
"3.14159"
);
}