mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-06 08:08:14 +00:00
[client] imgui: update to cimgui 1.86
This commit is contained in:
@@ -171,7 +171,7 @@ static int graphs_render(void * udata, bool interactive,
|
||||
"%s: min:%4.2f max:%4.2f avg:%4.2f/%4.2fHz",
|
||||
graph->name, metrics.min, metrics.max, metrics.avg, metrics.freq);
|
||||
|
||||
igPlotLinesFloatPtr(
|
||||
igPlotLines_FloatPtr(
|
||||
"",
|
||||
(float *)ringbuffer_getValues(graph->buffer),
|
||||
ringbuffer_getLength(graph->buffer),
|
||||
|
||||
Reference in New Issue
Block a user