mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Fixed spelling mistake
This commit is contained in:
parent
ca668bf0fe
commit
7ad6df2c6e
17 changed files with 26 additions and 26 deletions
|
@ -53,7 +53,7 @@ namespace Beefy.gfx
|
|||
[StdCall, CLink]
|
||||
static extern int32 FTFont_GetKerning(FTFont* font, int32 char8CodeA, int32 char8CodeB);
|
||||
|
||||
static Dictionary<String, String> sFontNameMap ~ DeleteDictionyAndKeysAndItems!(_);
|
||||
static Dictionary<String, String> sFontNameMap ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
static Monitor sMonitor = new .() ~ delete _;
|
||||
|
||||
struct FTFont
|
||||
|
@ -200,7 +200,7 @@ namespace Beefy.gfx
|
|||
{
|
||||
using (sMonitor.Enter())
|
||||
{
|
||||
DeleteDictionyAndKeysAndItems!(sFontNameMap);
|
||||
DeleteDictionaryAndKeysAndItems!(sFontNameMap);
|
||||
sFontNameMap = null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue