diff --git a/server/TracyView_Memory.cpp b/server/TracyView_Memory.cpp index b3b4d403..9d3aec3f 100644 --- a/server/TracyView_Memory.cpp +++ b/server/TracyView_Memory.cpp @@ -638,7 +638,7 @@ void View::DrawMemoryAllocWindow() } ZoneTooltip( *zoneFree ); } - if( zoneAlloc != 0 && zoneAlloc == zoneFree ) + if( zoneAlloc == zoneFree ) { ImGui::SameLine(); TextDisabledUnformatted( "(same zone)" );