Skip to content

Commit

Permalink
Axis names
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 7, 2024
1 parent 5a011da commit 147aee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '1396e53 2024-01-06' }
return { commitId = '5a011da 2024-01-06' }
2 changes: 1 addition & 1 deletion modules/performance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function Module:Render()
local pressed

if ImPlot.BeginPlot("Frame Times for RGMercs Modules") then
ImPlot.SetupAxes("FrameNum", "FrameSeconds")
ImPlot.SetupAxes("Frame #", "Frame Time (ms)")
ImPlot.SetupAxesLimits(1, RGMercModules.FramesToStore, 0, 50, ImPlotCond.Always)
local xAxis = {}

Expand Down

0 comments on commit 147aee7

Please sign in to comment.