diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-28 23:18:43 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-28 23:18:43 (GMT) |
commit | ad0f9f59c9bec8c7974bb8155e4e4871f6492bb9 (patch) | |
tree | 732a6adccbb954e76ebe49ad5a9813b5926b8a7f /tests/regression/dumptest/example017-expected.txt | |
parent | 18c44b2deeeb2ce867b464a913c8a33c2268e22a (diff) |
bugfix: Using the % modifier caused the cache to return an empty object even after removing the %
Diffstat (limited to 'tests/regression/dumptest/example017-expected.txt')
-rw-r--r-- | tests/regression/dumptest/example017-expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/dumptest/example017-expected.txt b/tests/regression/dumptest/example017-expected.txt index 42ef321..3f4ded6 100644 --- a/tests/regression/dumptest/example017-expected.txt +++ b/tests/regression/dumptest/example017-expected.txt @@ -187,7 +187,7 @@ } } } - multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 12], [0, 0, 0, 1]]) { + %multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 12], [0, 0, 0, 1]]) { group() { rotate_extrude(convexity = 2, $fn = 0, $fa = 12, $fs = 1) { square(size = [25, 68], center = false); |