|
@@ -1,7 +1,7 @@
|
|
export default /* glsl */`
|
|
export default /* glsl */`
|
|
#if defined( TONE_MAPPING )
|
|
#if defined( TONE_MAPPING )
|
|
|
|
|
|
- gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );
|
|
|
|
|
|
+ gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );
|
|
|
|
|
|
#endif
|
|
#endif
|
|
`;
|
|
`;
|