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/water-material.js | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/lib/rdge/materials/water-material.js')
-rw-r--r-- | js/lib/rdge/materials/water-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/water-material.js b/js/lib/rdge/materials/water-material.js index a0056452..0b431046 100644 --- a/js/lib/rdge/materials/water-material.js +++ b/js/lib/rdge/materials/water-material.js | |||
@@ -181,7 +181,7 @@ var ParisMaterial = function ParisMaterial() | |||
181 | this._materialNode.setShader(this._shader); | 181 | this._materialNode.setShader(this._shader); |
182 | 182 | ||
183 | this._time = 0; | 183 | this._time = 0; |
184 | if (this._shader && this._shader['default']) | 184 | if (this._shader && this._shader['default']) |
185 | this._shader['default'].u_time.set([this._time]); | 185 | this._shader['default'].u_time.set([this._time]); |
186 | 186 | ||
187 | // set the shader values in the shader | 187 | // set the shader values in the shader |