Skip to content

Commit 9e5512f

Browse files
missing comma (#24463)
1 parent 68f8ba5 commit 9e5512f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/effects/OutlineEffect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import {
5555
* // How to set outline parameters for each material
5656
* material.userData.outlineParameters = {
5757
* thickness: 0.01,
58-
* color: [ 0, 0, 0 ]
58+
* color: [ 0, 0, 0 ],
5959
* alpha: 0.8,
6060
* visible: true,
6161
* keepAlive: true

0 commit comments

Comments
 (0)