mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] overlay: use graph address as imgui id
This commit is contained in:
@@ -198,7 +198,7 @@ static int graphs_render(void * udata, bool interactive,
|
||||
}
|
||||
|
||||
igPlotLines_FloatPtr(
|
||||
"##",
|
||||
(void *)graph,
|
||||
(float *)ringbuffer_getValues(graph->buffer),
|
||||
ringbuffer_getLength(graph->buffer),
|
||||
ringbuffer_getStart (graph->buffer),
|
||||
|
Reference in New Issue
Block a user