Skip to content

Commit 12e6b0b

Browse files
authored
Update How-to-update-things.html
1 parent a00d44b commit 12e6b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2>BufferGeometry</h2>
100100
如果要在第一次渲染后更改position数值,则需要像这样设置needsUpdate标志:
101101
</p>
102102
<code>
103-
positionAttribute.needsUpdate = true; // required after the first render // 需要加在第一次渲染之后
103+
positionAttribute.needsUpdate = true; // 需要加在第一次渲染之后
104104
</code>
105105

106106
<p>

0 commit comments

Comments
 (0)