fix drawLine properly
This commit is contained in:
parent
99cf91e6ca
commit
51dac42195
|
@ -450,7 +450,7 @@ namespace BizHawk.Bizware.Graphics
|
||||||
{
|
{
|
||||||
_imGuiDrawList.AddLine(
|
_imGuiDrawList.AddLine(
|
||||||
p1: new(x1, y1),
|
p1: new(x1, y1),
|
||||||
p2: new(x2 + 0.5f, y2 + 0.5f),
|
p2: new(x2, y2 + 0.5f),
|
||||||
col: (uint)color.ToArgb(),
|
col: (uint)color.ToArgb(),
|
||||||
thickness: RenderThickness);
|
thickness: RenderThickness);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue