mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Push plot draw list to DrawPlot().
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
bool View::DrawPlot( const TimelineContext& ctx, PlotData& plot, int& offset )
|
||||
bool View::DrawPlot( const TimelineContext& ctx, PlotData& plot, const std::vector<uint32_t>& plotDraw, int& offset )
|
||||
{
|
||||
auto& vec = plot.data;
|
||||
vec.ensure_sorted();
|
||||
|
||||
Reference in New Issue
Block a user