diff --git a/src/render/draw_symbol.js b/src/render/draw_symbol.js index f20d48ffc75..fe36ef8e279 100644 --- a/src/render/draw_symbol.js +++ b/src/render/draw_symbol.js @@ -366,9 +366,7 @@ function drawLayerSymbols(painter, sourceCache, layer, coords, isText, translate state.atlasTexture.bind(state.atlasInterpolation, gl.CLAMP_TO_EDGE); if (state.atlasTextureIcon) { context.activeTexture.set(gl.TEXTURE1); - if (state.atlasTextureIcon) { - state.atlasTextureIcon.bind(state.atlasInterpolationIcon, gl.CLAMP_TO_EDGE); - } + state.atlasTextureIcon.bind(state.atlasInterpolationIcon, gl.CLAMP_TO_EDGE); } if (state.isSDF) {