._.
This commit is contained in:
parent
a10d0ec6cc
commit
be2085ecfb
|
@ -1043,7 +1043,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
if (control is LuaPictureBox)
|
if (control is LuaPictureBox)
|
||||||
{
|
{
|
||||||
(control as LuaPictureBox).DrawPolygon(points, line, x, y, background);
|
(control as LuaPictureBox).DrawPolygon(points, x, y, line, background);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -295,7 +295,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
luaPictureBox.DrawPolygon(points, line, x, y, background);
|
luaPictureBox.DrawPolygon(points, x, y, line, background);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue