1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Rename DrawZone* -> DrawTimeline*.

This commit is contained in:
Bartosz Taudul
2022-07-02 15:38:10 +02:00
parent e3b11821c3
commit 9fb618c12d
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ static tracy_force_inline uint32_t GetColorMuted( uint32_t color, bool active )
}
}
void View::DrawZoneFramesHeader()
void View::DrawTimelineFramesHeader()
{
const auto wpos = ImGui::GetCursorScreenPos();
const auto dpos = wpos + ImVec2( 0.5f, 0.5f );
@@ -88,7 +88,7 @@ void View::DrawZoneFramesHeader()
}
}
void View::DrawZoneFrames( const FrameData& frames )
void View::DrawTimelineFrames( const FrameData& frames )
{
const auto wpos = ImGui::GetCursorScreenPos();
const auto dpos = wpos + ImVec2( 0.5f, 0.5f );