From 33fc39f5bc39abb3d022982f682a8b95d5b30e57 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Fri, 26 Apr 2019 00:58:52 +0100 Subject: [PATCH] Comment to clarify these are indexes in the list --- Ryujinx.Profiler/UI/ProfileWindow.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Ryujinx.Profiler/UI/ProfileWindow.cs b/Ryujinx.Profiler/UI/ProfileWindow.cs index cc7b7fb534..c58b92355d 100644 --- a/Ryujinx.Profiler/UI/ProfileWindow.cs +++ b/Ryujinx.Profiler/UI/ProfileWindow.cs @@ -30,9 +30,10 @@ namespace Ryujinx.Profiler.UI ToggleFlags = 8, Step = 9, - // Update this when new buttons are added - Count = 10, - Autodraw = 8, + // Update this when new buttons are added. + // These are indexes to the enum list + Autodraw = 8, + Count = 10, } // Font service