Skip to content

Commit 8bfd3ca

Browse files
committed
WebGLProgram: Fix define.
1 parent a530aee commit 8bfd3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/webgl/WebGLProgram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function WebGLProgram( renderer, cacheKey, parameters, bindingStates ) {
540540

541541
'#endif',
542542

543-
'#if ( defined( USE_MORPHTARGETS ) && ! defined( MORPH_TEXTURE ) )',
543+
'#if ( defined( USE_MORPHTARGETS ) && ! defined( MORPHTARGETS_TEXTURE ) )',
544544

545545
' attribute vec3 morphTarget0;',
546546
' attribute vec3 morphTarget1;',

0 commit comments

Comments
 (0)