浏览代码

Fix copy-paste error from Vector2

Magnuz Binder 7 年之前
父节点
当前提交
98b9ae291b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/math/Vector3.html

+ 1 - 1
docs/api/math/Vector3.html

@@ -196,7 +196,7 @@ var d = a.distanceTo( b );
 		<h3>[method:Vector3 divideScalar]( [page:Float s] )</h3>
 		<div>
 		Divides this vector by scalar [page:Float s].<br />
-		Sets vector to *( 0, 0 )* if *[page:Float s] = 0*.
+		Sets vector to *( 0, 0, 0 )* if *[page:Float s] = 0*.
 		</div>
 
 		<h3>[method:Float dot]( [page:Vector3 v] )</h3>