Stage WebGL scene loading

This commit is contained in:
2026-06-07 12:08:13 +02:00
parent 1b593c8c7b
commit de81a7c5c5
7 changed files with 73 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260607-webgl-physical-stack-quality';
const MODULE_CACHE_BUSTER = '20260607-webgl-loader-quality-fix';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**