summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhonkhortisan <kyle.kylina@gmail.com>2013-02-04 20:02:27 -0800
committerkhonkhortisan <kyle.kylina@gmail.com>2013-02-04 20:02:27 -0800
commita5a4f2b65c71c3cc2af445791592ec2bd1e15598 (patch)
tree3d18e5a81df5901405dc3f510b21cc8b5f23d432
parentbaba7de063cbe0ca1e57db7c54e856ce0a1c24e9 (diff)
parentc23295409bc4a93bc412422cbd354b00c418f8f1 (diff)
downloadmesecons-a5a4f2b65c71c3cc2af445791592ec2bd1e15598.tar
mesecons-a5a4f2b65c71c3cc2af445791592ec2bd1e15598.tar.gz
mesecons-a5a4f2b65c71c3cc2af445791592ec2bd1e15598.tar.bz2
mesecons-a5a4f2b65c71c3cc2af445791592ec2bd1e15598.tar.xz
mesecons-a5a4f2b65c71c3cc2af445791592ec2bd1e15598.zip
Merge pull request #69 from khonkhortisan/master
Keep vertical wire base from self-intersecting
-rw-r--r--mesecons_extrawires/vertical.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesecons_extrawires/vertical.lua b/mesecons_extrawires/vertical.lua
index b21ccb7..9832f82 100644
--- a/mesecons_extrawires/vertical.lua
+++ b/mesecons_extrawires/vertical.lua
@@ -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 =