From 554f5bf75d3c408f1b1e764e6193510b9d9ead5f Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Wed, 5 Mar 2025 15:25:34 +1100 Subject: [PATCH] [client] overlay: use graph address as imgui id --- client/src/overlay/graphs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/overlay/graphs.c b/client/src/overlay/graphs.c index b61f2c98..39a6c541 100644 --- a/client/src/overlay/graphs.c +++ b/client/src/overlay/graphs.c @@ -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),