Move bad version popup out of file selector ifdef check.

This commit is contained in:
Bartosz Taudul 2023-12-31 13:54:04 +01:00
parent 586c6bf166
commit d64307be91
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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() )
{