1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 15:47:26 -04:00

add implot_internal.h

This commit is contained in:
epezent 2020-08-16 11:36:20 -05:00
parent 86a9e51f9d
commit 862f96c560
2 changed files with 0 additions and 1 deletions

View File

@ -1889,7 +1889,6 @@ void SetNextPlotTicksX(const double* values, int n_ticks, const char** labels, b
}
void SetNextPlotTicksX(double x_min, double x_max, int n_ticks, const char** labels, bool show_default) {
ImPlotContext& gp = *GImPlot;
IM_ASSERT_USER_ERROR(n_ticks > 1, "The number of ticks must be greater than 1");
static ImVector<double> buffer;
FillRange(buffer, n_ticks, x_min, x_max);

0
implot_internal.h Normal file
View File