mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
FixFormat
This commit is contained in:
parent
446611531b
commit
a35cd68dd7
@ -142,8 +142,7 @@ namespace XNodeEditor {
|
|||||||
|
|
||||||
p = new Vector2(-p.y, p.x) * Mathf.Sign(side) * tangentLength;
|
p = new Vector2(-p.y, p.x) * Mathf.Sign(side) * tangentLength;
|
||||||
inputTangent = p;
|
inputTangent = p;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
inputTangent = Vector2.left * dist_ab * 0.01f * zoom;
|
inputTangent = Vector2.left * dist_ab * 0.01f * zoom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user