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

Update email.

This commit is contained in:
Bartosz Taudul
2021-02-10 02:43:05 +01:00
parent b51e3fbbc8
commit 3c3cfe5eea
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -603,7 +603,7 @@ static void DrawContents()
ImGui::Spacing();
ImGui::TextUnformatted( "Created by Bartosz Taudul" );
ImGui::SameLine();
tracy::TextDisabledUnformatted( "<wolf.pld@gmail.com>" );
tracy::TextDisabledUnformatted( "<wolf@nereid.pl>" );
tracy::TextDisabledUnformatted( "Additional authors listed in AUTHORS file and in git history." );
ImGui::Separator();
tracy::TextFocused( "Protocol version", tracy::RealToString( tracy::ProtocolVersion ) );