SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
551 stars 90 forks source link

Binding wrong type: PlotShaded yref parameter should be double #183

Open phraktle opened 1 year ago

phraktle commented 1 year ago

Version

1.86.10

What part of the binding has gaps?

implot

What is missing?

The yref parameter is declared as int in PlotShaded methods, but should be double.