|
@@ -3143,11 +3143,7 @@ THREE.WebGLRenderer = function ( parameters ) {
|
|
|
|
|
|
|
|
influence = influences[ i ];
|
|
influence = influences[ i ];
|
|
|
|
|
|
|
|
- if ( influence !== 0 ) {
|
|
|
|
|
-
|
|
|
|
|
- activeInfluenceIndices.push( [ influence, i ] );
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ activeInfluenceIndices.push( [ influence, i ] );
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|