Browse Source

Fix JSDoc Example (#32603)

Leanne 2 months ago
parent
commit
ed04b9317c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/nodes/core/MRTNode.js

+ 1 - 1
src/nodes/core/MRTNode.js

@@ -31,7 +31,7 @@ export function getTextureIndex( textures, name ) {
  * const mrtNode = mrt( {
  *   output: output,
  *   normal: normalView
- * } ) );
+ * } ) ;
  * ```
  * The MRT output is defined as a dictionary.
  *

粤ICP备19079148号