diff options
Diffstat (limited to 'js/helper-classes/RDGE/Materials/TunnelMaterial.js')
-rw-r--r-- | js/helper-classes/RDGE/Materials/TunnelMaterial.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/helper-classes/RDGE/Materials/TunnelMaterial.js b/js/helper-classes/RDGE/Materials/TunnelMaterial.js index fe277af6..9b12e197 100644 --- a/js/helper-classes/RDGE/Materials/TunnelMaterial.js +++ b/js/helper-classes/RDGE/Materials/TunnelMaterial.js | |||
@@ -62,6 +62,9 @@ function TunnelMaterial() | |||
62 | 62 | ||
63 | this.init = function( world ) | 63 | this.init = function( world ) |
64 | { | 64 | { |
65 | // save the world | ||
66 | if (world) this.setWorld( world ); | ||
67 | |||
65 | // set up the shader | 68 | // set up the shader |
66 | this._shader = new jshader(); | 69 | this._shader = new jshader(); |
67 | this._shader.def = tunnelMaterialDef; | 70 | this._shader.def = tunnelMaterialDef; |