summaryrefslogtreecommitdiff
path: root/mainwin.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-26 22:09:50 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-26 22:09:50 (GMT)
commit221ae1832702367047232bd0f12970f0422a0478 (patch)
tree5720cbc7a81cdaaf2d1a1eb1a8d7bb22f565b659 /mainwin.cc
parentae9cc6d1edd04dab83f31af5113738275432533a (diff)
Clifford Wolf:
Some housekeeping.. git-svn-id: http://svn.clifford.at/openscad/trunk@28 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'mainwin.cc')
-rw-r--r--mainwin.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/mainwin.cc b/mainwin.cc
index 30e90ad..2d482a0 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -32,10 +32,8 @@ MainWindow::MainWindow(const char *filename)
{
root_ctx.functions_p = &builtin_functions;
root_ctx.modules_p = &builtin_modules;
- root_ctx.set_variable("$fs_render", Value(1.0));
- root_ctx.set_variable("$fa_render", Value(12.0));
- root_ctx.set_variable("$fs_preview", Value(1.0));
- root_ctx.set_variable("$fa_preview", Value(12.0));
+ root_ctx.set_variable("$fs", Value(1.0));
+ root_ctx.set_variable("$fa", Value(12.0));
root_module = NULL;
root_node = NULL;
contact: Jan Huwald // Impressum