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();