diff --git a/src/nodes/core/MRTNode.js b/src/nodes/core/MRTNode.js index 58a049e10cee41..12b910f870ab28 100644 --- a/src/nodes/core/MRTNode.js +++ b/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. *