mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use small temporary buffer instead of growing one.
This commit is contained in:
@@ -273,9 +273,6 @@ private:
|
||||
bool m_drawPlots;
|
||||
|
||||
bool m_terminate;
|
||||
|
||||
size_t m_tmpVecSize;
|
||||
float* m_tmpVec;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user