mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 13:13:53 +00:00
Fix typo.
This commit is contained in:
parent
3a302c18bc
commit
883264c0df
@ -3285,7 +3285,7 @@ void View::DrawContextSwitches( const ContextSwitch* ctx, bool hover, double pxn
|
|||||||
if( hover && ImGui::IsMouseHoveringRect( wpos + ImVec2( px0, offset ), wpos + ImVec2( minpx, offset + ty ) ) )
|
if( hover && ImGui::IsMouseHoveringRect( wpos + ImVec2( px0, offset ), wpos + ImVec2( minpx, offset + ty ) ) )
|
||||||
{
|
{
|
||||||
ImGui::BeginTooltip();
|
ImGui::BeginTooltip();
|
||||||
TextFocused( "Thread is", "chaning activity multiple times" );
|
TextFocused( "Thread is", "changing activity multiple times" );
|
||||||
TextFocused( "Number of running regions:", RealToString( num ) );
|
TextFocused( "Number of running regions:", RealToString( num ) );
|
||||||
TextFocused( "Time:", TimeToString( rend - ev.Start() ) );
|
TextFocused( "Time:", TimeToString( rend - ev.Start() ) );
|
||||||
ImGui::EndTooltip();
|
ImGui::EndTooltip();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user