No missing spaces here

This commit is contained in:
Andy Adshead 2018-12-30 03:05:15 +00:00
parent 12cf4fb1e4
commit 54dc0bf3fb

View file

@ -253,7 +253,7 @@ namespace Ryujinx
// Game
double gameFps = _device.Statistics.GetGameFrameRate();
double gameFrameTime =_device.Statistics.GetGameFrameTime();
double gameFrameTime = _device.Statistics.GetGameFrameTime();
double gameAvgFrameTime = _device.Statistics.GetGameAverageFrameTime();
string titleSection = string.IsNullOrWhiteSpace(_device.System.CurrentTitle) ? string.Empty