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

Mention purple line indicating middle of timeline.

This commit is contained in:
Bartosz Taudul 2018-06-22 20:34:08 +02:00
parent 9c2aab733d
commit b8f7a4daac

View File

@ -5189,7 +5189,8 @@ void View::DrawMemory()
if( ImGui::IsItemHovered() )
{
ImGui::BeginTooltip();
ImGui::Text( "Don't show allocations beyond the middle of timeline display." );
ImGui::Text( "Don't show allocations beyond the middle of timeline" );
ImGui::Text( "display (it is indicated by purple line)." );
ImGui::EndTooltip();
}