diff options
author | hwc487 | 2012-06-12 10:28:26 -0700 |
---|---|---|
committer | hwc487 | 2012-06-12 10:28:26 -0700 |
commit | d4ca478ad313c6c20834e410ba14ad3a5e7b20bf (patch) | |
tree | 28e44c5ab1b2f9dbfd32aedba51402ac2d26a0ff /js/lib/rdge/materials/fly-material.js | |
parent | db2bb0ab5d2747f0d07878e3b8a7d2d10c755110 (diff) | |
download | ninja-d4ca478ad313c6c20834e410ba14ad3a5e7b20bf.tar.gz |
Material cleanup & bug fixes.
Diffstat (limited to 'js/lib/rdge/materials/fly-material.js')
-rw-r--r-- | js/lib/rdge/materials/fly-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/fly-material.js b/js/lib/rdge/materials/fly-material.js index 12e18f7f..7b880a2e 100644 --- a/js/lib/rdge/materials/fly-material.js +++ b/js/lib/rdge/materials/fly-material.js | |||
@@ -36,7 +36,7 @@ var FlyMaterial = function FlyMaterial() { | |||
36 | // Material Property Accessors | 36 | // Material Property Accessors |
37 | /////////////////////////////////////////////////////////////////////// | 37 | /////////////////////////////////////////////////////////////////////// |
38 | this.isAnimated = function() { return true; }; | 38 | this.isAnimated = function() { return true; }; |
39 | this.getShaderDef = function() { return flyMaterialDef; } | 39 | this.getShaderDef = function() { return flyMaterialDef; }; |
40 | 40 | ||
41 | /////////////////////////////////////////////////////////////////////// | 41 | /////////////////////////////////////////////////////////////////////// |
42 | // Methods | 42 | // Methods |