mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use common functionality to get frame set name.
This commit is contained in:
@@ -320,7 +320,7 @@ void View::DrawTimelineFrames( const FrameData& frames )
|
||||
ImGui::BeginTooltip();
|
||||
TextDisabledUnformatted( "Frame set:" );
|
||||
ImGui::SameLine();
|
||||
ImGui::TextUnformatted( frames.name == 0 ? "Frames" : m_worker.GetString( frames.name ) );
|
||||
ImGui::TextUnformatted( GetFrameSetName( frames ) );
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
if( IsMouseClicked( 0 ) )
|
||||
|
||||
Reference in New Issue
Block a user