Skip to content

Commit 24025ea

Browse files
committed
Greater range for ImPlot.
1 parent a66ff9b commit 24025ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Nu/Nu.Gaia/Gaia.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3216,7 +3216,7 @@ DockSpace ID=0x7C6B3D9B Window=0xA87D555D Pos=0,0 Size=1920,1080 Split
32163216
FrameTimings.Dequeue () |> ignore<single>
32173217
if ImPlot.BeginPlot ("FrameTimings", v2 -1.0f -1.0f, ImPlotFlags.NoTitle ||| ImPlotFlags.NoInputs) then
32183218
ImPlot.SetupLegend (ImPlotLocation.West, ImPlotLegendFlags.Outside)
3219-
ImPlot.SetupAxesLimits (0.0, double (dec TimingsArray.Length), 0.0, 40.0)
3219+
ImPlot.SetupAxesLimits (0.0, double (dec TimingsArray.Length), 0.0, 50.0)
32203220
ImPlot.SetupAxes ("Frame", "Time (ms)", ImPlotAxisFlags.NoLabel ||| ImPlotAxisFlags.NoTickLabels, ImPlotAxisFlags.None)
32213221
FrameTimings.CopyTo (TimingsArray, 0)
32223222
ImPlot.PlotLine ("Frame Time", &TimingsArray[0], TimingsArray.Length)

0 commit comments

Comments
 (0)