[GPUSettings] Tweak source / simplify a bit

main
Oj 2 years ago
parent ebe7e38ec8
commit fd76179fc1

@ -1,6 +1,5 @@
// Idk why Discord has to use this
exports.replace = (GPUSettings) => { exports.replace = (GPUSettings) => {
for (const name of Object.keys(GPUSettings)) { for (const name in GPUSettings) {
exports[name] = GPUSettings[name]; exports[name] = GPUSettings[name];
} }
}; };
Loading…
Cancel
Save