mirror of
https://github.com/wolfpld/tracy.git
synced 2026-07-04 13:08:55 +00:00
Replace "2x" with "2×".
This commit is contained in:
@@ -12284,7 +12284,7 @@ void View::DrawPlayback()
|
||||
}
|
||||
}
|
||||
ImGui::SameLine();
|
||||
ImGui::Checkbox( "Zoom 2x", &m_playback.zoom );
|
||||
ImGui::Checkbox( "Zoom 2\xc3\x97", &m_playback.zoom );
|
||||
TextFocused( "Timestamp:", TimeToString( tstart ) );
|
||||
if( ImGui::IsItemHovered() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user