Ver Fonte

fix typo

Gregg Tavares há 6 anos atrás
pai
commit
b692fbb8bb
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      threejs/threejs-cleanup-loaded-files.html

+ 2 - 2
threejs/threejs-cleanup-loaded-files.html

@@ -182,12 +182,12 @@ function main() {
         // set the camera to frame the box
         frameArea(boxSize * 1.1, boxSize, boxCenter, camera);
 
-        await waitSeconds(0);
+        await waitSeconds(2);
         renderer.render(scene, camera);
 
         resMgr.dispose();
 
-        await waitSeconds(0);
+        await waitSeconds(1);
 
       }
     }