Bind needs to return this

This commit is contained in:
Richard Davey 2020-10-27 12:26:01 +00:00
parent 4ebdc637a9
commit 98b4319436

View file

@ -120,6 +120,8 @@ var WebGLShader = new Class({
pipeline.mvpDirty = false;
}
return this;
},
/**