diff options
Diffstat (limited to 'js/lib/rdge/materials/flat-material.js')
-rwxr-xr-x | js/lib/rdge/materials/flat-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/flat-material.js b/js/lib/rdge/materials/flat-material.js index 9442ae5b..40da9305 100755 --- a/js/lib/rdge/materials/flat-material.js +++ b/js/lib/rdge/materials/flat-material.js | |||
@@ -26,7 +26,7 @@ var FlatMaterial = function FlatMaterial() { | |||
26 | this.getShaderName = function () { return this._shaderName; }; | 26 | this.getShaderName = function () { return this._shaderName; }; |
27 | 27 | ||
28 | this.isAnimated = function () { return false; }; | 28 | this.isAnimated = function () { return false; }; |
29 | this.hasVertexDeformation = function () { return true; }; | 29 | this.hasVertexDeformation = function() { return false; }; |
30 | this._hasVertexDeformation = true; | 30 | this._hasVertexDeformation = true; |
31 | this._vertexDeformationTolerance = 0.2; | 31 | this._vertexDeformationTolerance = 0.2; |
32 | 32 | ||