From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- js/lib/rdge/materials/twist-vert-material.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/lib/rdge/materials/twist-vert-material.js') diff --git a/js/lib/rdge/materials/twist-vert-material.js b/js/lib/rdge/materials/twist-vert-material.js index 6ab2662e..1c04a90c 100644 --- a/js/lib/rdge/materials/twist-vert-material.js +++ b/js/lib/rdge/materials/twist-vert-material.js @@ -61,7 +61,7 @@ var TwistVertMaterial = function TwistVertMaterial() this.isAnimated = function () { return true; }; this.getShaderDef = function() { return twistVertShaderDef; }; this.getTechniqueName = function() { return 'twistMe' }; - + this.hasVertexDeformation = function () { return this._hasVertexDeformation; }; this._hasVertexDeformation = true; this._vertexDeformationTolerance = 0.02; // should be a property @@ -110,7 +110,7 @@ var TwistVertMaterial = function TwistVertMaterial() if (this._shader && this._shader.twistMe) { var technique = this._shader.twistMe; - + var angle = this._angle; angle += this._deltaTime * this._propValues["speed"]; if (angle > this._propValues["u_twistAmount"]) -- cgit v1.2.3