Skip to content
Snippets Groups Projects
Commit a5a4f2b6 authored by khonkhortisan's avatar khonkhortisan
Browse files

Merge pull request #69 from khonkhortisan/master

Keep vertical wire base from self-intersecting
parents baba7de0 c2329540
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment