mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-29 16:54:35 +00:00
Move bad version popup out of file selector ifdef check.
This commit is contained in:
parent
586c6bf166
commit
d64307be91
@ -779,13 +779,13 @@ static void DrawContents()
|
|||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if( badVer.state != tracy::BadVersionState::Ok )
|
if( badVer.state != tracy::BadVersionState::Ok )
|
||||||
{
|
{
|
||||||
if( loadThread.joinable() ) { loadThread.join(); }
|
if( loadThread.joinable() ) { loadThread.join(); }
|
||||||
tracy::BadVersion( badVer, s_bigFont );
|
tracy::BadVersion( badVer, s_bigFont );
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if( !clients.empty() )
|
if( !clients.empty() )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user