1
0
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:
Bartosz Taudul
2023-03-22 21:55:02 +01:00
parent d085f2541a
commit 2456ae36bf
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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();