Correct WebGL book page projection

This commit is contained in:
2026-06-07 09:56:56 +02:00
parent 081cfa9902
commit 777e39a650
6 changed files with 179 additions and 28 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260606-webgl-texture-refresh-fix';
const MODULE_CACHE_BUSTER = '20260607-webgl-page-uv-endpoints';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**