diff options
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 |