mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix pips drawing incorrectly.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user