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

Add global settings achievement.

This commit is contained in:
Bartosz Taudul
2024-06-16 12:45:11 +02:00
parent 915a138150
commit 959ab53529
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -715,6 +715,8 @@ static void DrawContents()
ImGui::Separator();
if( ImGui::TreeNode( ICON_FA_TOOLBOX " Global settings" ) )
{
s_achievements.Achieve( "globalSettings" );
ImGui::PushStyleVar( ImGuiStyleVar_FramePadding, ImVec2( 0, 0 ) );
ImGui::TextUnformatted( "Threaded rendering" );