Update WebGLPipeline.js

This commit is contained in:
Richard Davey 2020-10-26 15:19:21 +00:00
parent 1e80f53f1d
commit bc34d01535

View file

@ -660,7 +660,7 @@ var WebGLPipeline = new Class({
},
/**
* Binds the pipeline resources, including the give shader, vertex buffer and attribute pointers.
* Binds the pipeline resources, including the given shader, vertex buffer and attribute pointers.
*
* This method is called every time this pipeline is made the current active pipeline.
*