Add hourglass icon to loading pop-up.

This commit is contained in:
Bartosz Taudul 2018-08-17 23:29:32 +02:00
parent cdee1d4ce4
commit ddbc7d5ac2

View File

@ -240,6 +240,7 @@ int main( int argc, char** argv )
}
if( ImGui::BeginPopupModal( "Loading trace...", nullptr, ImGuiWindowFlags_AlwaysAutoResize ) )
{
tracy::TextCentered( ICON_FA_HOURGLASS_HALF );
auto currProgress = progress.progress.load( std::memory_order_relaxed );
if( totalProgress == 0 )
{