add "new" to LuaCanvas.Refresh() because I"m tired of seeing the warning
This commit is contained in:
parent
5354be978a
commit
a04a80bfce
|
@ -32,7 +32,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
graphics.Clear(color);
|
||||
}
|
||||
|
||||
public void Refresh()
|
||||
public new void Refresh()
|
||||
{
|
||||
pictureBox.Refresh();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue