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:
parent
17009b315f
commit
fd3b9ca1e5
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user