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

Rename "sync view" to "sync timeline".

This commit is contained in:
Bartosz Taudul
2019-06-12 23:46:14 +02:00
parent 756379b9d8
commit c43f8562ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9159,7 +9159,7 @@ void View::DrawPlayback()
}
}
ImGui::SameLine();
if( ImGui::Checkbox( "Sync view", &m_playback.sync ) )
if( ImGui::Checkbox( "Sync timeline", &m_playback.sync ) )
{
if( m_playback.sync )
{