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:
@@ -35,7 +35,7 @@ protected:
|
||||
private:
|
||||
PlotData* m_plot;
|
||||
|
||||
std::vector<PlotDraw> m_draw;
|
||||
std::vector<uint32_t> m_draw;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user