From 9894df49348a8de412fd3b52ff7bfb322dbeede2 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Thu, 18 Jun 2020 17:26:30 -0500 Subject: [PATCH] Update implot.cpp --- implot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implot.cpp b/implot.cpp index be3f864..21bd171 100644 --- a/implot.cpp +++ b/implot.cpp @@ -3496,7 +3496,7 @@ void ShowColormapScale(double scale_min, double scale_max, float height) { void SetColormap(ImPlotColormap colormap, int samples) { static int csizes[ImPlotColormap_COUNT] = {10,9,9,12,11,11,11,11,11,11}; - static OffsetCalculator coffs(csizes); + static OffsetCalculator coffs(csizes); static ImVec4 cdata[] = { // ImPlotColormap_Default // X11 Named Colors ImVec4(0.0f, 0.7490196228f, 1.0f, 1.0f), // Blues::DeepSkyBlue,