From aff60a6a368121dee8f930c4deee5b60fae26fce Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 7 Jun 2024 22:50:42 +0200 Subject: [PATCH] Mark the initial achievement as achieved on startup. --- profiler/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index f1e9c8e7..3f92098c 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -385,6 +385,8 @@ int main( int argc, char** argv ) } } + s_achievements.Achieve( "achievementsIntro" ); + SetupDPIScale(); tracy::UpdateTextureRGBAMips( zigzagTex, (void**)zigzagPx, zigzagX, zigzagY, 6 );