mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store wait stack in 4 bytes.
This commit is contained in:
@@ -237,7 +237,7 @@ void View::DrawContextSwitchList( const TimelineContext& ctx, const std::vector<
|
||||
}
|
||||
if( tooltip )
|
||||
{
|
||||
const auto waitStack = v.waiting.waitStack.Val();
|
||||
const auto waitStack = v.waiting.waitStack;
|
||||
if( waitStack )
|
||||
{
|
||||
ImGui::Separator();
|
||||
|
||||
Reference in New Issue
Block a user