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

Use more appropriate name.

This commit is contained in:
Bartosz Taudul
2020-02-26 23:02:34 +01:00
parent 4511a4de8c
commit a35795f793
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11133,7 +11133,7 @@ void View::DrawCallstackWindow()
ImGui::SameLine();
ImGui::RadioButton( "Symbol address", &m_showCallstackFrameAddress, 2 );
ImGui::SameLine();
ImGui::RadioButton( "Function", &m_showCallstackFrameAddress, 3 );
ImGui::RadioButton( "Entry point", &m_showCallstackFrameAddress, 3 );
ImGui::PopStyleVar();
auto& cs = m_worker.GetCallstack( m_callstackInfoWindow );