Reduce WebGL page texture runtime stalls

This commit is contained in:
2026-06-07 17:37:31 +02:00
parent 53c24e4fae
commit da37608197
5 changed files with 39 additions and 24 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260607-webgl-reveal-clock';
const MODULE_CACHE_BUSTER = '20260607-webgl-resize-prime';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**