Commented out waiting for progressive AO convergence

This commit is contained in:
AlexandruPopovici
2022-11-22 16:48:25 +02:00
parent c53688c67e
commit eb1baf3eca
+2 -1
View File
@@ -37,7 +37,8 @@ async function pageFunction(objectUrl) {
* In a future update, we'll have the viewer signal when convergence is complete
* regradless of how many frames/time that takes
*/
await waitForAnimation(2500)
/** 22.11.2022 Alex: Commenting this out for now */
// await waitForAnimation(2500)
ret.scr[i + ''] = await window.v.screenshot()
}