aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Duran2012-02-27 13:07:07 -0800
committerJonathan Duran2012-02-27 13:07:07 -0800
commite9766799e6340b02821d88b55824bd0506366c23 (patch)
tree3e4766d6d8056d6e5f86077640ed5a610e7eecad
parentcf9e9b711ba3d77a2a0888f8ab763383f53a1619 (diff)
parent462f8069ff5c0f2da4b6d6ca11a3afd98ee52c78 (diff)
downloadninja-e9766799e6340b02821d88b55824bd0506366c23.tar.gz
Merge branch 'refs/heads/integration-candidate' into Timeline
-rwxr-xr-xjs/helper-classes/RDGE/GLWorld.js2
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)