mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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( loadThread.joinable() ) { loadThread.join(); }
|
||||
tracy::BadVersion( badVer, s_bigFont );
|
||||
}
|
||||
#endif
|
||||
|
||||
if( !clients.empty() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user