Comment to clarify these are indexes in the list

This commit is contained in:
Andy Adshead 2019-04-26 00:58:52 +01:00
commit 33fc39f5bc

View file

@ -30,9 +30,10 @@ namespace Ryujinx.Profiler.UI
ToggleFlags = 8, ToggleFlags = 8,
Step = 9, Step = 9,
// Update this when new buttons are added // Update this when new buttons are added.
Count = 10, // These are indexes to the enum list
Autodraw = 8, Autodraw = 8,
Count = 10,
} }
// Font service // Font service