1
0
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:
Bartosz Taudul
2023-04-18 20:30:54 +02:00
parent 8f5022c3c8
commit 8eb2cc83b3
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ protected:
private:
PlotData* m_plot;
std::vector<PlotDraw> m_draw;
std::vector<uint32_t> m_draw;
};
}