remove enter

This commit is contained in:
casperlamboo 2016-10-13 14:22:54 +02:00
parent 45514218af
commit 83febd6aa0

View File

@ -42,7 +42,6 @@ export default function generateSupport(slices, settings) {
}
}
var supportTemplate = getFillTemplate(supportAreas.bounds(), supportGridSize, true, true);
var supportFill = supportTemplate.intersect(supportAreas);
if (supportFill.length === 0) {