Skip to content

Commit

Permalink
chesterGL.Block.setAlpha returns itself. (chaining)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolhome committed Feb 24, 2013
1 parent 54e133b commit c45250b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chesterGL/block.js
Expand Up @@ -513,6 +513,7 @@ chesterGL.Block.prototype.setAlpha = function (alpha) {
}
this.color[3] = alpha;
this.isColorDirty = true;
return this;
};

/**
Expand Down

0 comments on commit c45250b

Please sign in to comment.