Skip to content

Commit

Permalink
hand-pick: #45
Browse files Browse the repository at this point in the history
  • Loading branch information
yofreke committed Sep 12, 2016
1 parent f291076 commit 2b3f324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/ext_js/face_deformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ var faceDeformer = function() {

this.init = function(canvas) {
// ready a webgl element
gl = getWebGLContext(canvas);
gl = getWebGLContext(canvas);
gl.pixelStorei(gl.UNPACK_PREMULTIPLY_ALPHA_WEBGL, true);
}

this.load = function(element, points, pModel, vertices) {
Expand Down

0 comments on commit 2b3f324

Please sign in to comment.