mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Add hourglass icon to loading pop-up.
This commit is contained in:
parent
cdee1d4ce4
commit
ddbc7d5ac2
@ -240,6 +240,7 @@ int main( int argc, char** argv )
|
|||||||
}
|
}
|
||||||
if( ImGui::BeginPopupModal( "Loading trace...", nullptr, ImGuiWindowFlags_AlwaysAutoResize ) )
|
if( ImGui::BeginPopupModal( "Loading trace...", nullptr, ImGuiWindowFlags_AlwaysAutoResize ) )
|
||||||
{
|
{
|
||||||
|
tracy::TextCentered( ICON_FA_HOURGLASS_HALF );
|
||||||
auto currProgress = progress.progress.load( std::memory_order_relaxed );
|
auto currProgress = progress.progress.load( std::memory_order_relaxed );
|
||||||
if( totalProgress == 0 )
|
if( totalProgress == 0 )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user