mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Merge pull request #395 from Aldarrion/master
Fix crash when compare trace not selected
This commit is contained in:
commit
c943749bf2
@ -11822,8 +11822,8 @@ void View::DrawCompare()
|
||||
{
|
||||
m_compare.badVer.state = BadVersionState::ReadError;
|
||||
}
|
||||
NFD_FreePathU8( fn );
|
||||
}
|
||||
NFD_FreePathU8( fn );
|
||||
}
|
||||
tracy::BadVersion( m_compare.badVer, m_bigFont );
|
||||
ImGui::End();
|
||||
|
Loading…
Reference in New Issue
Block a user