File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ function WebGLRenderer( parameters ) {
986986 var size = geometryAttribute . itemSize ;
987987 var buffer = objects . getAttributeBuffer ( geometryAttribute ) ;
988988
989- if ( geometryAttribute && geometryAttribute . isInterleavedBufferAttribute ) {
989+ if ( geometryAttribute . isInterleavedBufferAttribute ) {
990990
991991 var data = geometryAttribute . data ;
992992 var stride = data . stride ;
@@ -1013,7 +1013,7 @@ function WebGLRenderer( parameters ) {
10131013
10141014 } else {
10151015
1016- if ( geometryAttribute && geometryAttribute . isInstancedBufferAttribute ) {
1016+ if ( geometryAttribute . isInstancedBufferAttribute ) {
10171017
10181018 state . enableAttributeAndDivisor ( programAttribute , geometryAttribute . meshPerAttribute , extension ) ;
10191019
You can’t perform that action at this time.
0 commit comments