diff options
author | Kris Kowal | 2012-07-06 11:53:10 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch) | |
tree | 0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/lib/rdge/materials/radial-gradient-material.js | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/lib/rdge/materials/radial-gradient-material.js')
-rwxr-xr-x | js/lib/rdge/materials/radial-gradient-material.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/lib/rdge/materials/radial-gradient-material.js b/js/lib/rdge/materials/radial-gradient-material.js index f7e28083..ab7cf484 100755 --- a/js/lib/rdge/materials/radial-gradient-material.js +++ b/js/lib/rdge/materials/radial-gradient-material.js | |||
@@ -54,7 +54,7 @@ var RadialGradientMaterial = function RadialGradientMaterial() { | |||
54 | /////////////////////////////////////////////////////////////////////// | 54 | /////////////////////////////////////////////////////////////////////// |
55 | // Property Accessors | 55 | // Property Accessors |
56 | /////////////////////////////////////////////////////////////////////// | 56 | /////////////////////////////////////////////////////////////////////// |
57 | 57 | ||
58 | 58 | ||
59 | this.isAnimated = function () { return false; }; | 59 | this.isAnimated = function () { return false; }; |
60 | this.getShaderDef = function() { return radialGradientMaterialDef; }; | 60 | this.getShaderDef = function() { return radialGradientMaterialDef; }; |
@@ -126,9 +126,9 @@ var RadialGradientMaterial = function RadialGradientMaterial() { | |||
126 | 0.0, yScale, 0.0, | 126 | 0.0, yScale, 0.0, |
127 | xCtr*(1-xScale), yCtr*(1 - yScale), 1.0 | 127 | xCtr*(1-xScale), yCtr*(1 - yScale), 1.0 |
128 | ]; | 128 | ]; |
129 | 129 | ||
130 | if (this._shader && this._shader['default']) | 130 | if (this._shader && this._shader['default']) |
131 | this._shader['default'].u_texTransform.set( this._textureTransform ); | 131 | this._shader['default'].u_texTransform.set( this._textureTransform ); |
132 | 132 | ||
133 | } | 133 | } |
134 | }; | 134 | }; |