1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-03 14:03:52 +00:00

No need to format string.

This commit is contained in:
Bartosz Taudul 2020-03-27 23:59:09 +01:00
parent 17009b315f
commit fd3b9ca1e5

View File

@ -14627,7 +14627,7 @@ void View::DrawFrameTreeLevel( const unordered_flat_map<uint64_t, CallstackFrame
const char* fileName = nullptr; const char* fileName = nullptr;
if( frame.line == 0 ) if( frame.line == 0 )
{ {
ImGui::TextDisabled( m_worker.GetString( frameDataPtr->imageName ) ); TextDisabledUnformatted( m_worker.GetString( frameDataPtr->imageName ) );
} }
else else
{ {