Skip to content

Commit 98b4319

Browse files
committed
Bind needs to return this
1 parent 4ebdc63 commit 98b4319

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/renderer/webgl/WebGLShader.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ var WebGLShader = new Class({
120120

121121
pipeline.mvpDirty = false;
122122
}
123+
124+
return this;
123125
},
124126

125127
/**

0 commit comments

Comments
 (0)