Fix pips drawing incorrectly.

This commit is contained in:
baldurk
2016-06-23 11:19:37 +02:00
parent 3fc510beb8
commit eb9684d355
+1 -1
View File
@@ -153,7 +153,7 @@ namespace renderdocui.Windows
using(var brush = new SolidBrush(col))
g.FillPie(brush, x, y, width, height, 0.0f, 360.0f);
}
else
else if(type < 999)
{
height += 2;
width += 4;