Przeglądaj źródła

Update README.md

mrdoob 4 lat temu
rodzic
commit
fe535b6c87
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -44,7 +44,7 @@ renderer.setSize( window.innerWidth, window.innerHeight );
 renderer.setAnimationLoop( animation );
 renderer.setAnimationLoop( animation );
 document.body.appendChild( renderer.domElement );
 document.body.appendChild( renderer.domElement );
 
 
-// animation loop
+// animation
 
 
 function animation( time ) {
 function animation( time ) {
 
 

粤ICP备19079148号