1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-14 10:44:48 +02:00

fix face normal error

This commit is contained in:
Justin Lin
2021-06-21 11:49:26 +08:00
parent 2b6a4fc03a
commit 1f101a37d6

View File

@@ -53,5 +53,5 @@ module rose() {
) )
]; ];
sweep(sections); sweep(reverse(sections));
} }