Keep vertical wire base from self-intersecting

on the bottom.
This commit is contained in:
Kyle 2013-02-04 15:25:36 -08:00
parent baba7de063
commit c23295409b
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ local tbox = {
local bbox = {
type = "fixed",
fixed = {{ -.5, -.5, -.5, .5, -.5+1/16, .5},
{-1/16, -.5, -1/16, 1/16, .5 , 1/16}}
fixed = {{ -.5, -.5 , -.5, .5, -.5+1/16, .5},
{-1/16, -.5+1/16, -1/16, 1/16, .5 , 1/16}}
}
local vrules =