mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Cosmetics.
This commit is contained in:
parent
e1b9ded2c6
commit
3a73cc0f9e
@ -538,7 +538,7 @@ Worker::Worker( const char* name, const char* program, const std::vector<ImportE
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add a default frame if we didn't have any framesets
|
// Add a default frame if we didn't have any framesets
|
||||||
if (frameNames.empty())
|
if( frameNames.empty() )
|
||||||
{
|
{
|
||||||
m_data.framesBase = m_data.frames.Retrieve( 0, [this] ( uint64_t name ) {
|
m_data.framesBase = m_data.frames.Retrieve( 0, [this] ( uint64_t name ) {
|
||||||
auto fd = m_slab.AllocInit<FrameData>();
|
auto fd = m_slab.AllocInit<FrameData>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user