Lightened vnt_validate polyhedron ghost.

This commit is contained in:
Revar Desmera 2020-03-16 03:01:07 -07:00
parent 39d44cb709
commit 9257c74236
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,195];
BOSL_VERSION = [2,0,196];
// Section: BOSL Library Version Functions

View file

@ -531,7 +531,7 @@ module vnf_validate(vnf, size=1) {
}
}
}
color([0.33,0.33,0.33,0.5]) vnf_polyhedron(vnf);
color([0.5,0.5,0.5,0.5]) vnf_polyhedron(vnf);
}