Skip to content

Commit

Permalink
Merge pull request #6 from esnya/feature/by-object-root
Browse files Browse the repository at this point in the history
fix: 🕷️ Broken on second run
  • Loading branch information
esnya authored Dec 14, 2024
2 parents 389e4e9 + 46809fc commit 7ded8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResoniteMetricsCounter/UIX/MetricsPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace ResoniteMetricsCounter.UIX;
internal sealed class MetricsPanel
{

private static readonly List<KeyValuePair<string, IMetricsPage>> pages = new()
private readonly List<KeyValuePair<string, IMetricsPage>> pages = new()
{
new("Detailed", new DetailedMetricsPanelPage()),
new("ObjectRoot", new ObjectRootPage()),
Expand Down

0 comments on commit 7ded8bf

Please sign in to comment.