diff options
author | Jonathan Duran | 2012-02-27 13:07:07 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-27 13:07:07 -0800 |
commit | e9766799e6340b02821d88b55824bd0506366c23 (patch) | |
tree | 3e4766d6d8056d6e5f86077640ed5a610e7eecad /js/helper-classes/RDGE | |
parent | cf9e9b711ba3d77a2a0888f8ab763383f53a1619 (diff) | |
parent | 462f8069ff5c0f2da4b6d6ca11a3afd98ee52c78 (diff) | |
download | ninja-e9766799e6340b02821d88b55824bd0506366c23.tar.gz |
Merge branch 'refs/heads/integration-candidate' into Timeline
Diffstat (limited to 'js/helper-classes/RDGE')
-rwxr-xr-x | js/helper-classes/RDGE/GLWorld.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/RDGE/GLWorld.js b/js/helper-classes/RDGE/GLWorld.js index 0addcadc..64086bee 100755 --- a/js/helper-classes/RDGE/GLWorld.js +++ b/js/helper-classes/RDGE/GLWorld.js | |||
@@ -824,7 +824,7 @@ GLWorld.prototype.export = function() | |||
824 | 824 | ||
825 | // we need 2 export modes: One for save/restore, one for publish. | 825 | // we need 2 export modes: One for save/restore, one for publish. |
826 | // hardcoding for now | 826 | // hardcoding for now |
827 | var exportForPublish = true; | 827 | var exportForPublish = false; |
828 | exportStr += "publish: " + exportForPublish + "\n"; | 828 | exportStr += "publish: " + exportForPublish + "\n"; |
829 | 829 | ||
830 | if (exportForPublish) | 830 | if (exportForPublish) |