Fixed warning

This commit is contained in:
Souryo 2017-08-06 16:39:26 -04:00
parent a9772efbc4
commit 09f6d67e3c

View file

@ -117,7 +117,7 @@ namespace Mesen.GUI.Debugger
}
//Cache Font.Height value because accessing it is slow
private int FontHeight { get; set; }
private new int FontHeight { get; set; }
public override Font Font
{