bug: forgot a break in switch statement while refactoring

customizer
Marius Kintel 2014-01-23 20:40:06 -05:00
parent faf1e2a3a5
commit d2e3625678
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ AbstractNode *PrimitiveModule::instantiate(const Context *ctx, const ModuleInsta
PRINT("DEPRECATED: polyhedron(triangles=[]) will be removed in future releases. Use polyhedron(faces=[]) instead.");
}
}
break;
}
case SQUARE: {
Value size = c.lookup_variable("size");