Skip to content

Commit

Permalink
missing comma (mrdoob#24463)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfitzgibbon authored and abernier committed Sep 16, 2022
1 parent 8ce1e01 commit f3480e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/effects/OutlineEffect.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import {
* // How to set outline parameters for each material
* material.userData.outlineParameters = {
* thickness: 0.01,
* color: [ 0, 0, 0 ]
* color: [ 0, 0, 0 ],
* alpha: 0.8,
* visible: true,
* keepAlive: true
Expand Down

0 comments on commit f3480e9

Please sign in to comment.