diff options
author | hwc487 | 2012-02-08 14:48:16 -0800 |
---|---|---|
committer | hwc487 | 2012-02-08 14:48:16 -0800 |
commit | 43e713a85785cd170bf0f5312d149d93235dadf2 (patch) | |
tree | 2142672a6cefe6ae531b84f3e23920f36157d394 /js/helper-classes/RDGE/GLMaterial.js | |
parent | 468d324f8e9a5f018bc7609b58254ae468075ce9 (diff) | |
parent | 72805efb66c372bec2df8a2686dfd56c9ed26622 (diff) | |
download | ninja-43e713a85785cd170bf0f5312d149d93235dadf2.tar.gz |
Merge branch 'ToolFixes' of github.com:mqg734/ninja-internal into working
Conflicts:
js/helper-classes/RDGE/Materials/FlatMaterial.js
Diffstat (limited to 'js/helper-classes/RDGE/GLMaterial.js')
-rw-r--r-- | js/helper-classes/RDGE/GLMaterial.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/RDGE/GLMaterial.js b/js/helper-classes/RDGE/GLMaterial.js index a74a74e4..642fab05 100644 --- a/js/helper-classes/RDGE/GLMaterial.js +++ b/js/helper-classes/RDGE/GLMaterial.js | |||
@@ -226,7 +226,7 @@ function GLMaterial( world ) | |||
226 | var endKey = "endMaterial\n"; | 226 | var endKey = "endMaterial\n"; |
227 | var index = importStr.indexOf( endKey ); | 227 | var index = importStr.indexOf( endKey ); |
228 | index += endKey.length; | 228 | index += endKey.length; |
229 | rtnStr = importStr.substr( index ); | 229 | var rtnStr = importStr.substr( index ); |
230 | 230 | ||
231 | return rtnStr; | 231 | return rtnStr; |
232 | } | 232 | } |