mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
Fixed warning
This commit is contained in:
parent
a9772efbc4
commit
09f6d67e3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue