Some vis fixes.

This commit is contained in:
Tadas Baltrusaitis 2018-01-31 20:28:12 +00:00
parent 67c2934427
commit 738618455d
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ namespace OpenFaceOffline
var dir = p2 - p1;
p2 = p1 + dir * scaling_p * 2;
dc.DrawLine(new Pen(new SolidColorBrush(Color.FromArgb(200, (byte)(240), (byte)(30), (byte)100)), 6.0 * scaling_p), p1, p2);
dc.DrawLine(new Pen(new SolidColorBrush(Color.FromArgb(200, (byte)(240), (byte)(30), (byte)100)), 5.0 * scaling_p), p1, p2);
}