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:
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user