mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-17 16:49:43 +00:00
Use common functionality to get frame set name.
This commit is contained in:
@@ -185,7 +185,7 @@ void View::DrawFrames()
|
||||
}
|
||||
else
|
||||
{
|
||||
ImGui::TextDisabled( "%s:", m_worker.GetString( m_frames->name ) );
|
||||
ImGui::TextDisabled( "%s:", GetFrameSetName( *m_frames ) );
|
||||
ImGui::SameLine();
|
||||
ImGui::TextUnformatted( RealToString( fnum ) );
|
||||
ImGui::Separator();
|
||||
|
||||
Reference in New Issue
Block a user