Another s nit

This commit is contained in:
Andy Adshead 2019-04-26 00:36:44 +01:00
parent 802f6b0d00
commit d9b4297b40

View file

@ -38,7 +38,7 @@ namespace Ryujinx.Profiler.UI.SharpFontHelpers
{
string fontFolder = System.Environment.GetFolderPath(Environment.SpecialFolder.Fonts);
// Only uses Arial, add more font here if wanted
// Only uses Arial, add more fonts here if wanted
string path = Path.Combine(fontFolder, "arial.ttf");
if (File.Exists(path))
{