From 9baf5f403ccd78848deec0fb3d0e0cbff109c2c6 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 16 Oct 2024 00:12:13 +0200 Subject: [PATCH] Make the check explicit. --- profiler/src/profiler/TracyView_Callstack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/profiler/TracyView_Callstack.cpp b/profiler/src/profiler/TracyView_Callstack.cpp index 343a1575..4125f198 100644 --- a/profiler/src/profiler/TracyView_Callstack.cpp +++ b/profiler/src/profiler/TracyView_Callstack.cpp @@ -397,7 +397,7 @@ void View::DrawCallstackTable( uint32_t callstack, bool globalEntriesButton ) } } } - if( external ) + if( external != 0 ) { ImGui::TableNextRow(); ImGui::TableNextColumn();