Simplify names, remove unused usings, remove redundant casts.
This commit is contained in:
@@ -95,7 +95,7 @@ namespace OpenRA
|
||||
if (Fonts != null)
|
||||
foreach (var font in Fonts.Values)
|
||||
font.Dispose();
|
||||
using (new Support.PerfTimer("SpriteFonts"))
|
||||
using (new PerfTimer("SpriteFonts"))
|
||||
{
|
||||
if (fontSheetBuilder != null)
|
||||
fontSheetBuilder.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user