Fix WebGL reveal timing and flip texture readiness

This commit is contained in:
2026-06-10 13:54:54 +02:00
parent e3d66686b9
commit 97eab216b7
7 changed files with 210 additions and 36 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260610-book-timeline-d';
const MODULE_CACHE_BUSTER = '20260610-book-timeline-j';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**