1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Plots may now be drawn as staircases.

This commit is contained in:
Bartosz Taudul
2022-07-24 12:37:30 +02:00
parent f8115168a6
commit 16627d7313
3 changed files with 20 additions and 2 deletions
+1
View File
@@ -747,6 +747,7 @@ struct PlotData
SortedVector<PlotItem, PlotItemSort> data;
PlotType type;
PlotValueFormatting format;
uint8_t showSteps;
};
struct MemData