Leanne 3 месяцев назад
Родитель
Сommit
ed04b9317c
1 измененных файлов с 1 добавлено и 1 удалено
  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号