diff --git a/Ryujinx.Profiler/UI/ProfileWindowGraph.cs b/Ryujinx.Profiler/UI/ProfileWindowGraph.cs index 7f14459a36..5918c50b91 100644 --- a/Ryujinx.Profiler/UI/ProfileWindowGraph.cs +++ b/Ryujinx.Profiler/UI/ProfileWindowGraph.cs @@ -62,7 +62,10 @@ namespace Ryujinx.Profiler.UI // Skip rendering out of bounds bars if (top < 0 || bottom > Height) + { + verticalIndex++; continue; + } GL.Color3(Color.Green);