Skip to content

Commit 554f5bf

Browse files
committed
[client] overlay: use graph address as imgui id
1 parent b43f572 commit 554f5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/overlay/graphs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ static int graphs_render(void * udata, bool interactive,
198198
}
199199

200200
igPlotLines_FloatPtr(
201-
"##",
201+
(void *)graph,
202202
(float *)ringbuffer_getValues(graph->buffer),
203203
ringbuffer_getLength(graph->buffer),
204204
ringbuffer_getStart (graph->buffer),

0 commit comments

Comments
 (0)