Ver código fonte

Update How-to-update-things.html

mrdoob 2 anos atrás
pai
commit
12e6b0b455

+ 1 - 1
docs/manual/zh/introduction/How-to-update-things.html

@@ -100,7 +100,7 @@ line.geometry.setDrawRange( 0, newValue );
 				如果要在第一次渲染后更改position数值,则需要像这样设置needsUpdate标志:
 			</p>
 			<code>
-positionAttribute.needsUpdate = true; // required after the first render // 需要加在第一次渲染之后
+positionAttribute.needsUpdate = true; // 需要加在第一次渲染之后
 			</code>
 
 			<p>