1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

FixFormat

This commit is contained in:
Thor Brigsted 2019-10-07 09:37:01 +02:00
parent 446611531b
commit a35cd68dd7
3 changed files with 9 additions and 10 deletions

View File

@ -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;
} }