mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Actually mark the data as used.
This commit is contained in:
parent
907da3265d
commit
cb47ac6165
@ -6360,7 +6360,7 @@ void View::DrawInfo()
|
||||
m_frameSortData.frameSet = m_frames;
|
||||
m_frameSortData.frameNum = fsz;
|
||||
|
||||
m_frameSortData.data.reserve( fsz );
|
||||
m_frameSortData.data.resize( fsz );
|
||||
auto ptr = m_frameSortData.data.data();
|
||||
size_t total = 0;
|
||||
for( size_t i=0; i<fsz; i++ )
|
||||
|
Loading…
Reference in New Issue
Block a user