aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJon Reid2012-02-27 13:32:08 -0800
committerJon Reid2012-02-27 13:32:08 -0800
commit8f3fba1d9febcbb16f1465196f339ff04bf15077 (patch)
tree95cbae5b4c3a71542ea5ee1015c0e88631c9650c /js
parent5179adf63d25856a8ee96005678d7a6ac626cba6 (diff)
parente9766799e6340b02821d88b55824bd0506366c23 (diff)
downloadninja-8f3fba1d9febcbb16f1465196f339ff04bf15077.tar.gz
Merge remote-tracking branch 'ninja-jduran/Timeline' into Timeline-local
Diffstat (limited to 'js')
-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)