Skip to content

Commit

Permalink
doc fix for renderer.bindTexture (pixijs#4084)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpopelyshev authored and bigtimebuddy committed Jun 5, 2017
1 parent 4aa0c72 commit 9bb4353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/renderers/webgl/WebGLRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ export default class WebGLRenderer extends SystemRenderer
* @param {PIXI.Texture} texture - the new texture
* @param {number} location - the suggested texture location
* @param {boolean} forceLocation - force the location
* @return {PIXI.WebGLRenderer} Returns itself.
* @return {number} bound texture location
*/
bindTexture(texture, location, forceLocation)
{
Expand Down

0 comments on commit 9bb4353

Please sign in to comment.