Make the check explicit.

This commit is contained in:
Bartosz Taudul 2024-10-16 00:12:13 +02:00
parent 44bb5d474b
commit 9baf5f403c
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -397,7 +397,7 @@ void View::DrawCallstackTable( uint32_t callstack, bool globalEntriesButton )
} }
} }
} }
if( external ) if( external != 0 )
{ {
ImGui::TableNextRow(); ImGui::TableNextRow();
ImGui::TableNextColumn(); ImGui::TableNextColumn();