diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-19 15:55:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-19 15:55:01 (GMT) |
commit | 1d2c59184cee7d31a5f6d388fdb5afab57f174a9 (patch) | |
tree | 7dd17e3365f04f43bc71c4bdb330b46b9cfd646a /tests/regression/dumptest/circle-expected.txt | |
parent | 80f50f0883157e00ae7fff1517f65b0aa9c1fd80 (diff) |
Changed the default value of to 2 to avoid breaking existing scripts which assume a certain default tesselation behavior
Diffstat (limited to 'tests/regression/dumptest/circle-expected.txt')
-rw-r--r-- | tests/regression/dumptest/circle-expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/dumptest/circle-expected.txt b/tests/regression/dumptest/circle-expected.txt index ce06391..1e7bd9a 100644 --- a/tests/regression/dumptest/circle-expected.txt +++ b/tests/regression/dumptest/circle-expected.txt @@ -1,2 +1,2 @@ - circle($fn = 0, $fa = 12, $fs = 1, r = 1); + circle($fn = 0, $fa = 12, $fs = 2, r = 1); |