Răsfoiți Sursa

Fix JSDoc Example (#32603)

Leanne 3 luni în urmă
părinte
comite
ed04b9317c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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( {
  * const mrtNode = mrt( {
  *   output: output,
  *   output: output,
  *   normal: normalView
  *   normal: normalView
- * } ) );
+ * } ) ;
  * ```
  * ```
  * The MRT output is defined as a dictionary.
  * The MRT output is defined as a dictionary.
  *
  *

粤ICP备19079148号