Explorar el Código

Update README.md

Garrett Johnson hace 4 años
padre
commit
7a8049e273
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -158,7 +158,7 @@ function renderLoop() {
 	if ( needsRerender ) {
 	
 		needsRerender = false;
-		tilesRenderer.upadate();
+		tilesRenderer.update();
 		renderer.render( camera, scene );
 	
 	}