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