mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Silence warning.
This commit is contained in:
parent
809d98162b
commit
9cb12a05b3
@ -359,7 +359,7 @@ void View::NewZone( Event* zone, uint64_t thread )
|
||||
auto it = m_threadMap.find( thread );
|
||||
if( it == m_threadMap.end() )
|
||||
{
|
||||
m_threadMap.emplace( thread, m_threads.size() );
|
||||
m_threadMap.emplace( thread, (uint32_t)m_threads.size() );
|
||||
m_threads.push_back( ThreadData { thread } );
|
||||
timeline = &m_threads.back().timeline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user