Soften WebGL paper rendering

This commit is contained in:
2026-06-07 12:22:26 +02:00
parent de81a7c5c5
commit 7725ce9c73
5 changed files with 80 additions and 73 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260607-webgl-loader-quality-fix';
const MODULE_CACHE_BUSTER = '20260607-webgl-paper-loader-fix';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**