fix stray translate1 in example10.escad

This commit is contained in:
Richard Marko 2020-05-01 14:18:40 +02:00
parent 604ac45620
commit dd344fe1f9

View File

@ -1,4 +1,4 @@
// Example10.escad -- map!.
echo(map(cos, [0, pi/2, pi]));
cube(10);
translate1 (10) cube(10);
translate (10) cube(10);