epezent / implot

Immediate Mode Plotting
MIT License
4.79k stars 531 forks source link

Copy Paste code error? #252

Closed toxieainc closed 3 years ago

toxieainc commented 3 years ago

https://github.com/epezent/implot/blob/master/implot.cpp#L1993 xt->Major ? plot.XAxis.ColorTxt : plot.XAxis.ColorTxt https://github.com/epezent/implot/blob/master/implot.cpp#L2003 yt->Major ? plot.YAxis[i].ColorTxt : plot.YAxis[i].ColorTxt

Both times the same variable is used in the selector.

epezent commented 3 years ago

Ha, yea seems like a copy paste oversight. I'll fix this. Great catch!