mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Don't check for nullptr, if already know there isn't one.
This commit is contained in:
parent
1e6707c609
commit
89448b473e
@ -1123,7 +1123,7 @@ void View::NewZone( ZoneEvent* zone, uint64_t thread )
|
||||
else
|
||||
{
|
||||
td->stack.back()->child.push_back( zone );
|
||||
td->stack.push_back( zone );
|
||||
td->stack.push_back_non_empty( zone );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user