mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Drop an indirection level in plots.
This commit is contained in:
@@ -202,8 +202,8 @@ struct PlotData
|
||||
double max;
|
||||
bool showFull;
|
||||
bool visible;
|
||||
Vector<PlotItem*> data;
|
||||
Vector<PlotItem*> postpone;
|
||||
Vector<PlotItem> data;
|
||||
Vector<PlotItem> postpone;
|
||||
uint64_t postponeTime;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user