Skip to content

Commit

Permalink
[API] Fix invalid setNextPlotFormatY
Browse files Browse the repository at this point in the history
fixes #129
  • Loading branch information
SpaiR committed May 12, 2022
1 parent 3a494ba commit 142e312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ public static void setNextPlotFormatY(final String fmt) {
* Set the format for numeric Y axis labels (default="%g"). Formated values will be doubles (i.e. don't supply %d, %i, etc.). Not applicable if ImPlotAxisFlags_Time enabled.
*/
public static native void setNextPlotFormatY(String fmt, int yAxis); /*
ImPlot::SetNextPlotFormatY(fmt);
ImPlot::SetNextPlotFormatY(fmt, yAxis);
*/

/**
Expand Down

0 comments on commit 142e312

Please sign in to comment.