Skip to content

Commit

Permalink
Added groups
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-beqiraj committed Feb 6, 2025
1 parent de58dde commit 87e14c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/src/PlotFPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ void Prisma::PlotFPS::ShowFPSPlot()
auto max = m_max + m_max / 20;

Sparkline("FPS Data", m_fpsBuffer.data(), m_fpsBuffer.size(), min, max, 0, ImPlot::GetColormapColor(1),
ImVec2(300, 200));
ImVec2(250, 150));
}

0 comments on commit 87e14c9

Please sign in to comment.