add "new" to LuaCanvas.Refresh() because I"m tired of seeing the warning

This commit is contained in:
adelikat 2015-05-17 20:33:27 +00:00
parent 5354be978a
commit a04a80bfce
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace BizHawk.Client.EmuHawk
graphics.Clear(color);
}
public void Refresh()
public new void Refresh()
{
pictureBox.Refresh();
}