Skip to content

Commit 2cc1b8f

Browse files
authored
Revert "Fix default alpha blend mode" (visgl#1175)
Reverts visgl#1171
1 parent 1f1110d commit 2cc1b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/pure-js/deck-js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default class DeckGLJS {
205205
_onRendererInitialized({gl, canvas}) {
206206
setParameters(gl, {
207207
blend: true,
208-
blendFuncSeparate: [GL.SRC_ALPHA, GL.ONE_MINUS_SRC_ALPHA, GL.ONE, GL.ONE_MINUS_SRC_ALPHA],
208+
blendFunc: [GL.SRC_ALPHA, GL.ONE_MINUS_SRC_ALPHA],
209209
polygonOffsetFill: true
210210
});
211211

0 commit comments

Comments
 (0)