1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-02 05:33:53 +00:00

Mark the initial achievement as achieved on startup.

This commit is contained in:
Bartosz Taudul 2024-06-07 22:50:42 +02:00
parent cddab58b0d
commit aff60a6a36
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -385,6 +385,8 @@ int main( int argc, char** argv )
} }
} }
s_achievements.Achieve( "achievementsIntro" );
SetupDPIScale(); SetupDPIScale();
tracy::UpdateTextureRGBAMips( zigzagTex, (void**)zigzagPx, zigzagX, zigzagY, 6 ); tracy::UpdateTextureRGBAMips( zigzagTex, (void**)zigzagPx, zigzagX, zigzagY, 6 );