From 54dc0bf3fb8ddebf591f486e67e23bc109d4ced2 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Sun, 30 Dec 2018 03:05:15 +0000 Subject: [PATCH] No missing spaces here --- Ryujinx/Ui/GLScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Ui/GLScreen.cs b/Ryujinx/Ui/GLScreen.cs index 8c3c129663..e77e11cb36 100644 --- a/Ryujinx/Ui/GLScreen.cs +++ b/Ryujinx/Ui/GLScreen.cs @@ -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